integrate readablestream with fetch and blob

This commit is contained in:
Gregory Terzian 2020-02-29 11:59:10 +08:00
parent 0281acea95
commit bd5796c90b
74 changed files with 2219 additions and 899 deletions

View file

@ -10988,7 +10988,7 @@
[]
],
"interfaces.js": [
"f62df6b9c75332a2918b18ec70acfc5d7a795ac0",
"253dd124cebe9b7d3aa4fc5ff8c9137e7aeb2f66",
[]
],
"nested_asap_script.js": [
@ -13924,7 +13924,7 @@
]
],
"interfaces.worker.js": [
"c1223084790b2980c8184e3cd9ab5ae17bc8b303",
"59d4aa1855fbf281736b28581fbc519a847c8a0d",
[
"mozilla/interfaces.worker.html",
{}

View file

@ -11,6 +11,8 @@ function test_interfaces(interfaceNamesInGlobalScope) {
"BigUint64Array",
"Boolean",
"BroadcastChannel",
"ByteLengthQueuingStrategy",
"CountQueuingStrategy",
"Crypto",
"DataView",
"Date",
@ -36,6 +38,7 @@ function test_interfaces(interfaceNamesInGlobalScope) {
"Promise",
"Proxy",
"RangeError",
"ReadableStream",
"ReferenceError",
"Reflect",
"RegExp",

View file

@ -9,9 +9,11 @@ importScripts("interfaces.js");
test_interfaces([
"Blob",
"BroadcastChannel",
"ByteLengthQueuingStrategy",
"CanvasGradient",
"CanvasPattern",
"CloseEvent",
"CountQueuingStrategy",
"DOMMatrix",
"DOMMatrixReadOnly",
"DOMPoint",
@ -48,6 +50,7 @@ test_interfaces([
"PerformanceResourceTiming",
"ProgressEvent",
"PromiseRejectionEvent",
"ReadableStream",
"Request",
"Response",
"TextDecoder",