diff options
Diffstat (limited to 'ext/web/06_streams.js')
-rw-r--r-- | ext/web/06_streams.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/web/06_streams.js b/ext/web/06_streams.js index e99c8fa1b..fa9e4b59e 100644 --- a/ext/web/06_streams.js +++ b/ext/web/06_streams.js @@ -15,6 +15,8 @@ const { } = core; import { op_arraybuffer_was_detached, + // TODO(mmastrac): use readAll + op_read_all, op_readable_stream_resource_allocate, op_readable_stream_resource_allocate_sized, op_readable_stream_resource_await_close, @@ -26,10 +28,6 @@ import { op_transfer_arraybuffer, } from "ext:core/ops"; const { - // TODO(mmastrac): use readAll - op_read_all, -} = core.ensureFastOps(true); -const { ArrayBuffer, ArrayBufferIsView, ArrayBufferPrototypeGetByteLength, |