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
Due to the way this regex is used, a response String that contains the substring "ArrayBuffer" is assumed to be an ArrayBuffer. For example, http-browserify cannot load a page containing its own source because the regex will select itself.
The text was updated successfully, but these errors were encountered:
https://github.com/substack/http-browserify/blob/master/lib/response.js#L107
Due to the way this regex is used, a response String that contains the substring "ArrayBuffer" is assumed to be an ArrayBuffer. For example,
http-browserify
cannot load a page containing its own source because the regex will select itself.The text was updated successfully, but these errors were encountered: