Source code
Revision control
Copy as Markdown
Other Tools
// |jit-test| skip-if: !this.hasOwnProperty("ReadableStream")
load(libdir + "asserts.js");
assertThrowsInstanceOf(() => ReadableStream.prototype.tee(),
TypeError);
// |jit-test| skip-if: !this.hasOwnProperty("ReadableStream")
load(libdir + "asserts.js");
assertThrowsInstanceOf(() => ReadableStream.prototype.tee(),
TypeError);