wasmerio / winterjs

Winter is coming... ❄️
https://winterjs.org/
MIT License
3.04k stars 53 forks source link

Cannot construct URL with base #27

Closed pi0 closed 1 year ago

pi0 commented 1 year ago

(context: from unjs/nitro#1861 tracker)


Tested runtime version: v0.1.7

MDN docs: https://developer.mozilla.org/en-US/docs/Web/API/URL/URL#base

Event when providing a URL base, runtime errors with base missing. E.g: new URL('./foo, 'http://example.com')

Arshia001 commented 1 year ago

Fixed in 0.1.8.

pi0 commented 1 year ago

Thanks!