summaryrefslogtreecommitdiff
path: root/ext/fetch/22_body.js
diff options
context:
space:
mode:
Diffstat (limited to 'ext/fetch/22_body.js')
-rw-r--r--ext/fetch/22_body.js12
1 files changed, 6 insertions, 6 deletions
diff --git a/ext/fetch/22_body.js b/ext/fetch/22_body.js
index 48819650a..9161a1216 100644
--- a/ext/fetch/22_body.js
+++ b/ext/fetch/22_body.js
@@ -12,19 +12,19 @@
/// <reference lib="esnext" />
const core = globalThis.Deno.core;
-import * as webidl from "internal:ext/webidl/00_webidl.js";
+import * as webidl from "internal:deno_webidl/00_webidl.js";
import {
parseUrlEncoded,
URLSearchParamsPrototype,
-} from "internal:ext/url/00_url.js";
+} from "internal:deno_url/00_url.js";
import {
formDataFromEntries,
FormDataPrototype,
formDataToBlob,
parseFormData,
-} from "internal:ext/fetch/21_formdata.js";
-import * as mimesniff from "internal:ext/web/01_mimesniff.js";
-import { BlobPrototype } from "internal:ext/web/09_file.js";
+} from "internal:deno_fetch/21_formdata.js";
+import * as mimesniff from "internal:deno_web/01_mimesniff.js";
+import { BlobPrototype } from "internal:deno_web/09_file.js";
import {
createProxy,
errorReadableStream,
@@ -34,7 +34,7 @@ import {
readableStreamDisturb,
ReadableStreamPrototype,
readableStreamThrowIfErrored,
-} from "internal:ext/web/06_streams.js";
+} from "internal:deno_web/06_streams.js";
const primordials = globalThis.__bootstrap.primordials;
const {
ArrayBufferPrototype,