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
The spec appears to be missing the steps necessary to process relative pathname patterns. This is represented by this code in the c++:
https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/url_pattern/url_pattern.cc;l=149-169;drc=9e20a8d10d90b04cfee4930da49704efc28ce418
The text was updated successfully, but these errors were encountered:
Process relative pathnames in URLPatternInit. (Fixes #106)
98420cc
da7b610
7d8da85
No branches or pull requests
The spec appears to be missing the steps necessary to process relative pathname patterns. This is represented by this code in the c++:
https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/url_pattern/url_pattern.cc;l=149-169;drc=9e20a8d10d90b04cfee4930da49704efc28ce418
The text was updated successfully, but these errors were encountered: