GM_xmlhttpRequest bypass cache
Reported by Olivier Cornu | March 15th, 2009 @ 03:08 AM | in 0.1a1
An extra option could be added to GM_xmlhttpRequest
to bypass the cache.
Mozilla provides the code allowing it:
request = new XMLHttpRequest();
request.channel.loadFlags |= Components.interfaces.nsIRequest.LOAD_BYPASS_CACHE;
It's much cleaner than adding a #timestamp
to the
URL...
Comments and changes to this ticket
-
Olivier Cornu March 15th, 2009 @ 03:20 AM
- State changed from new to resolved
(from [2d518390ee78c9c836c6cf7647f177221c30d8e7]) GM_xmlhttpRequest: bypass Firefox cache [#7 state:resolved]
See: https://developer.mozilla.org/En... http://github.com/ocornu/webmonk...
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Webmonkey is a fork of the popular Greasemonkey extension for Firefox.
People watching this ticket
Tags
Referenced by
- 7 GM_xmlhttpRequest bypass cache (from [2d518390ee78c9c836c6cf7647f177221c30d8e7]) GM_xmlh...