wasmerio / winterjs

Winter is coming... ❄️

Home Page:https://winterjs.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot construct URL with base

pi0 opened this issue · comments

(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')

Fixed in 0.1.8.

Thanks!