1 2 3 4 5
load(libdir + "asserts.js"); if (typeof ReadableStream == "function") { assertThrowsInstanceOf(() => ReadableStream.prototype.tee(), TypeError); }