We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
resolveURL
$URL
ufo/resolveURL was originally based on native URL but then due to platform differences and need for polyfill, we switched to lighter utils.
URL
Using createURL/$URL for resolveURL does unnecessary encoding/decoding and adds more to the bundle. We can internally use parseURL now.
createURL
parseURL
Also, we can still keep $URL it as a ponyfill but docs need to be improved it is not exactly the same as whatwg URL.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
ufo/
resolveURL
was originally based on nativeURL
but then due to platform differences and need for polyfill, we switched to lighter utils.Using
createURL
/$URL
forresolveURL
does unnecessary encoding/decoding and adds more to the bundle. We can internally useparseURL
now.Also, we can still keep
$URL
it as a ponyfill but docs need to be improved it is not exactly the same as whatwg URL.The text was updated successfully, but these errors were encountered: