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
When running a simple $RefParser.resolve in a webworker in Microsoft Edge, I am experiencing an error that it Failed to construct 'URL'. This error does not occur in Chrome or Firefox. I suspect this error is caused by a difference in behavior between the constructor for URL in Chrome/Firefox/Edge.
When running a simple
$RefParser.resolve
in a webworker in Microsoft Edge, I am experiencing an error that itFailed to construct 'URL'
. This error does not occur in Chrome or Firefox. I suspect this error is caused by a difference in behavior between the constructor forURL
in Chrome/Firefox/Edge.System details:
Firefox Version: 133.0.3
Chromium Version: 132.0.6834.83
Edge Version: 131.0.2903.112
OS: Ubuntu 24.04
Reproduction repository: https://github.com/nametable/json-schema-ref-parser-webworker-bad-url-repro
The text was updated successfully, but these errors were encountered: