-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Parse query string in using URLSearchParams #14271
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
Conversation
calixteman
commented
Nov 13, 2021
- I just noticed in reading the code that we parse that stuff when something exists in the web api;
- see https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/URLSearchParams.
For reference: Note that this PDF.js code actually pre-dates the existence of the If we're making these changes, shouldn't the following code be updated similar to the pdf.js/test/resources/reftest-analyzer.js Lines 53 to 63 in 85c6dd5
|
In this code we split on |
As mentioned at the top of that file, that code was originally imported from Firefox and the "special" separator pattern thus came from the original file. Line 231 in de7cfed
Hence, as long as all tests and the |
- I just noticed in reading the code that we parse that stuff when something exists in the web api; - see https://developer.mozilla.org/en-US/docs/Web/API/URLSearchParams/URLSearchParams.
/botio test |
From: Bot.io (Windows)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.193.163.58:8877/6a3431c663788e8/output.txt |
From: Bot.io (Linux m4)ReceivedCommand cmd_test from @calixteman received. Current queue size: 0 Live output at: http://54.241.84.105:8877/03c9f802892c5dd/output.txt |
From: Bot.io (Linux m4)FailedFull output at http://54.241.84.105:8877/03c9f802892c5dd/output.txt Total script time: 24.07 mins
Image differences available at: http://54.241.84.105:8877/03c9f802892c5dd/reftest-analyzer.html#web=eq.log |
From: Bot.io (Windows)FailedFull output at http://54.193.163.58:8877/6a3431c663788e8/output.txt Total script time: 41.52 mins
Image differences available at: http://54.193.163.58:8877/6a3431c663788e8/reftest-analyzer.html#web=eq.log |