diff options
Diffstat (limited to 'ext/web/10_filereader.js')
-rw-r--r-- | ext/web/10_filereader.js | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/web/10_filereader.js b/ext/web/10_filereader.js index 321d844fa..c28e1019b 100644 --- a/ext/web/10_filereader.js +++ b/ext/web/10_filereader.js @@ -10,10 +10,8 @@ /// <reference path="./internal.d.ts" /> /// <reference lib="esnext" /> -import { core, primordials } from "ext:core/mod.js"; -const { - op_encode_binary_string, -} = core.ensureFastOps(); +import { primordials } from "ext:core/mod.js"; +import { op_encode_binary_string } from "ext:core/ops"; const { ArrayPrototypePush, ArrayPrototypeReduce, |