diff options
Diffstat (limited to 'extensions/fetch/22_body.js')
-rw-r--r-- | extensions/fetch/22_body.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extensions/fetch/22_body.js b/extensions/fetch/22_body.js index 97ed57c8b..49da149c2 100644 --- a/extensions/fetch/22_body.js +++ b/extensions/fetch/22_body.js @@ -22,6 +22,7 @@ const { isReadableStreamDisturbed, errorReadableStream, createProxy } = globalThis.__bootstrap.streams; const { + ArrayBuffer, ArrayBufferIsView, ArrayPrototypePush, ArrayPrototypeMap, |