-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
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
URLPattern with search parameters and base url doesn't work #24266
Comments
@irustm , Hi, I'm new to Deno. Could you give me more information on this issue, including how to reproduce it and what is expected result? |
Ensure that URLPattern correctly parses and matches URLs with search parameters when a base URL is provided. This fixes the discrepancy where URLPattern in Deno was returning null for URLs with search parameters, unlike the behavior observed in Chrome. - Adjusted URLPattern parsing to include search parameters when matching against base URLs. Fixes denoland#24266
@lucacasonato @bartlomieju , // before set default value of search field as wildcard (*) // after set default value of search field as wildcard (*) But I still don't know where I can add tests for the code that I pushed. Please let me know where I can add tests for it. |
…parameters when a base URL is provided. This fixes the discrepancy where URLPattern in Deno was returning null for URLs with search parameters, unlike the behavior observed in Chrome. Adjusted URLPattern parsing to include search parameters when matching against base URLs. Fixes #denoland/deno#24266
Version: Deno 1.41, 1.44
The text was updated successfully, but these errors were encountered: