Skip to content

Commit 28242ec

Browse files
fix: URLSearchParams.forEach() crash and spec compliance (#327)
- 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 f0c9df3 commit 28242ec

File tree

2 files changed

+396
-341
lines changed

2 files changed

+396
-341
lines changed

0 commit comments

Comments
 (0)