javascript - Clean all cache of current webpage via HRO (AJAJ)? -
when 1 runs in javascript console location.reload(true);
browser fully refresh webpage (afaik, sessionstorage cache related webpage, deleted).
is there way delete such cache, without refreshing webpage, sending request hro (via ajax or ajaj)?
please share vanilla example without jquery.
Comments
Post a Comment