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
As you can see from this commits (or the corresponding spec sections) whatwg-url will need to expose things like basicURLParse(urlObject, stateOverride), or setUsername(urlObject, value), or serializeHost(host), or... Might be best to write the jsdom patch first then see what APIs it needs.
The text was updated successfully, but these errors were encountered:
URLUtils is basically dead. Although url.spec.whatwg.org still needs to be updated for the URL constructor.
As you can see from this commits (or the corresponding spec sections) whatwg-url will need to expose things like
basicURLParse(urlObject, stateOverride)
, orsetUsername(urlObject, value)
, orserializeHost(host)
, or... Might be best to write the jsdom patch first then see what APIs it needs.The text was updated successfully, but these errors were encountered: