Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /url/idlharness.any.html - WPT Dashboard Interop Dashboard
- /url/idlharness.any.shadowrealm-in-window.html - WPT Dashboard Interop Dashboard
- /url/idlharness.any.worker.html - WPT Dashboard Interop Dashboard
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
// META: global=window,dedicatedworker,shadowrealm-in-window
idl_test(
['url'],
[], // no deps
idl_array => {
idl_array.add_objects({
URLSearchParams: ['new URLSearchParams("hi=there&thank=you")']
});
}
);