You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disable caching of XHR ArrayBuffer and/or env variable
- Disable caching of ArrayBuffer XHR.
- Setting the environment variable WPE_DISABLE_XHR_RESPONSE_CACHING disables the
memory cache for xhr responses. This is useful to reduce the memory footprint
when the responses are quite big and cannot be reused.
XMLHttpReques: allow disabling the cache for selected protocols
0 commit comments