Closed csharrison closed 3 years ago
We've tried to work around this a few times; I guess it keeps breaking? https://github.com/jsdom/whatwg-url/commit/2083a47cd0d9d981bb7bb228606e5a9f077d7a3b was the latest attempt...
What is the dependency on SharedArrrayBuffer used for? If this issue keeps coming up we could consider an alternative primitive.
It's part of a support library for our Web IDL bindings. It's not really used directly, but messing with the dependency (which is Node.js-focused) is going to be tricky.
ReferenceError: Can't find variable: whatwgURL
in the "jsdom/whatwg-url's components" section[Error] TypeError: Shared WebAssembly.Memory and SharedArrayBuffer are not enabled
[Error] ReferenceError: Can't find variable: SharedArrayBuffer
It would be very useful if this worked in Safari. Is the dependency on SharedArrayBuffer required?