14 lines
321 B
JavaScript
14 lines
321 B
JavaScript
// 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()']
|
|
});
|
|
}
|
|
);
|