Skip to content

Commit b1c5136

Browse files
Fix URLSearchParams.forEach() crash and spec compliance
- Use v8::Undefined(isolate) instead of empty v8::Local<v8::Value>() - Changed argument order from (key, value) to (value, key, searchParams) - Use get_entries() iterator instead of get_keys() + get() for duplicate keys - Support the optional thisArg second parameter
1 parent b14392e commit b1c5136

File tree

2 files changed

+396
-341
lines changed

2 files changed

+396
-341
lines changed

0 commit comments

Comments
 (0)