-
Notifications
You must be signed in to change notification settings - Fork 5.4k
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
refactor: use primordials in extensions/fetch #11266
Conversation
b92fcfc
to
b6beb1b
Compare
8ac5657
to
b6beb1b
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fun reviewing these :-)
@satyarohith Are you not done since it's a draft? |
b6beb1b
to
1862b01
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
20_headers.js
:
- line 299
ArrayPrototypeSplice
- line 403
SymbolFor
- line 411
SymbolToStringTag
- line 423
SymbolIterator
21_formdata.js
:
- line 70
SymbolToStringTag
22_body.js
:
- line 300
ArrayPrototypeMap
- line 340
ArrayPrototypeSlice
23_request.js
:
- line 387
SymbolToStringTag
- line 391
SymbolFor
23_response.js
:
- line 370
SymbolToStringTag
- line 374
SymbolFor
26_fetch.js
- line 210
PromisePrototypeCatch
- line 220
PromisePrototypeCatch
- line 240
PromisePrototypeCatch
- line 309
ArrayPrototypeFilter
- line 363
ArrayPrototypePush
- line 407
ArrayPrototypePush
- line 411
PromisePrototypeThen
- line 432
PromisePrototypeCatch
- line 475
StringPrototypeToLowerCase
1862b01
to
41e5538
Compare
Thanks for the thorough review, @SimonRask & @littledivy! :) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Best reviewable commit by commit.
Towards #11224