Uh oh!
There was an error while loading. Please reload this page.
url,lib: pass urlsearchparams-constructor.any.js - #41197
Conversation
| } | ||
| getcode(){return'ERR_INVALID_THIS';} | ||
| functionthrowInvalidThisError(Base,type){ |
There was a problem hiding this comment.
Is the change to domexception.js related to the urlsearchparams change? If it is, it's not clear how. Also, it would likely be better to separate this out into a separate commit in the PR if it is related.
There was a problem hiding this comment.
This modification is to pass urlsearchparams-contructor.any.js too.
There was a problem hiding this comment.
URLSearchParams constructor should throw exactly TypeError if any Error occurrs but not inheritance.
There was a problem hiding this comment.
Uh oh!
There was an error while loading. Please reload this page.
c2e77f2 to
c0a9720CompareAccording to WPT: 1. `URLSearchParams` constructor should throw exactly `TypeError` if any Error occurrs. 2. When a record passed to `URLSearchParams` constructor, two different key may result same after `toUVString()`. We should leave only the later one.
c0a9720 to
59e2c32CompareXadillaX
commented
Dec 23, 2021
/ping @aduh95 |
XadillaX
commented
Dec 27, 2021
@addaleax Hi Anna, would you please take a look at this PR? |
XadillaX
commented
Dec 27, 2021
/cc @watilde |
nodejs-github-bot
commented
Jan 4, 2022
nodejs-github-bot
commented
Jan 11, 2022
nodejs-github-bot
commented
Jan 11, 2022
nodejs-github-bot
commented
Jan 11, 2022
nodejs-github-bot
commented
Jan 11, 2022
According to WPT: 1. `URLSearchParams` constructor should throw exactly `TypeError` if any Error occurrs. 2. When a record passed to `URLSearchParams` constructor, two different key may result same after `toUVString()`. We should leave only the later one. PR-URL: #41197 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
Landed in 38b7961 |
aduh95
commented
Jan 11, 2022
Did you mean: "Landed in 38b7961"? 😅 |
XadillaX
commented
Jan 12, 2022
Yes. I think I copied the wrong text🙈 |
According to WPT: 1. `URLSearchParams` constructor should throw exactly `TypeError` if any Error occurrs. 2. When a record passed to `URLSearchParams` constructor, two different key may result same after `toUVString()`. We should leave only the later one. PR-URL: #41197 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
According to WPT: 1. `URLSearchParams` constructor should throw exactly `TypeError` if any Error occurrs. 2. When a record passed to `URLSearchParams` constructor, two different key may result same after `toUVString()`. We should leave only the later one. PR-URL: #41197 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
According to WPT: 1. `URLSearchParams` constructor should throw exactly `TypeError` if any Error occurrs. 2. When a record passed to `URLSearchParams` constructor, two different key may result same after `toUVString()`. We should leave only the later one. PR-URL: nodejs/node#41197 Reviewed-By: Zijian Liu <lxxyxzj@gmail.com>
According to WPT:
URLSearchParamsconstructor should throw exactlyTypeErrorif anyError occurrs.
URLSearchParamsconstructor, two differentkey may result same after
toUVString(). We should leave only thelater one.