diff options
author | Yusuke Tanaka <yusuktan@maguro.dev> | 2021-07-26 20:52:59 +0900 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-26 13:52:59 +0200 |
commit | 865d9ddd51dcc8776bf8c3976057e2f29a1a5af2 (patch) | |
tree | ecaf2293a4534726c56722875c628ea14bfad559 /extensions/fetch | |
parent | df26a3563edd501380d5d5da5138eb67acb06645 (diff) |
refactor: use `primordials` in runtime, extensions and core (#11500)
Diffstat (limited to 'extensions/fetch')
-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, |