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
Uncaught ReferenceError: SharedArrayBuffer is not defined
[23]< https://jsdom.github.io/whatwg-url/whatwg-url.js:7631
o https://jsdom.github.io/whatwg-url/whatwg-url.js:1
o https://jsdom.github.io/whatwg-url/whatwg-url.js:1
[3]< https://jsdom.github.io/whatwg-url/whatwg-url.js:271
o https://jsdom.github.io/whatwg-url/whatwg-url.js:1
o https://jsdom.github.io/whatwg-url/whatwg-url.js:1
[24]< https://jsdom.github.io/whatwg-url/whatwg-url.js:7777
o https://jsdom.github.io/whatwg-url/whatwg-url.js:1
o https://jsdom.github.io/whatwg-url/whatwg-url.js:1
[12]< https://jsdom.github.io/whatwg-url/whatwg-url.js:2936
o https://jsdom.github.io/whatwg-url/whatwg-url.js:1
r https://jsdom.github.io/whatwg-url/whatwg-url.js:1
<anonymous> https://jsdom.github.io/whatwg-url/whatwg-url.js:1
<anonymous> https://jsdom.github.io/whatwg-url/whatwg-url.js:1
<anonymous> https://jsdom.github.io/whatwg-url/whatwg-url.js:1
According to MDN SharedArrayBuffer objects are in principle always available, but unfortunately the constructor on the global object is hidden, unless the two headers mentioned above are set, for compatibility with web content.
Not sure exactly where the code comes from, but the result is that the live URL viewer doesn't work in Firefox.
The text was updated successfully, but these errors were encountered:
@domenic - Is there a polyfill for SharedArrayBuffer for those of us that use whatwg-url with non-node.js platforms (such as cross-platform native mobile solutions)? In the meantime, I rolled back to the old version of whatwg-url but would love to be able to keep using future versions of this library!
The code at that location is:
According to MDN
SharedArrayBuffer objects are in principle always available, but unfortunately the constructor on the global object is hidden, unless the two headers mentioned above are set, for compatibility with web content.
Not sure exactly where the code comes from, but the result is that the live URL viewer doesn't work in Firefox.
The text was updated successfully, but these errors were encountered: