Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- This WPT test may be referenced by the following Test IDs:
- /encoding/idlharness.any.html - WPT Dashboard Interop Dashboard
- /encoding/idlharness.any.serviceworker.html - WPT Dashboard Interop Dashboard
- /encoding/idlharness.any.shadowrealm-in-window.html - WPT Dashboard Interop Dashboard
- /encoding/idlharness.any.sharedworker.html - WPT Dashboard Interop Dashboard
- /encoding/idlharness.any.worker.html - WPT Dashboard Interop Dashboard
// META: global=window,worker,shadowrealm-in-window
// META: script=/resources/WebIDLParser.js
// META: script=/resources/idlharness.js
idl_test(
['encoding'],
['streams'],
idl_array => {
idl_array.add_objects({
TextEncoder: ['new TextEncoder()'],
TextDecoder: ['new TextDecoder()']
});
}
);