We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 944cbbc commit 93fb138Copy full SHA for 93fb138
src.ts/utils/fetch.ts
@@ -21,7 +21,7 @@ import { decodeBase64, encodeBase64 } from "./base64.js";
21
import { hexlify } from "./data.js";
22
import { assert, assertArgument } from "./errors.js";
23
import { defineProperties } from "./properties.js";
24
-import { toUtf8Bytes, toUtf8String } from "./utf8.js"
+import { toUtf8Bytes, toUtf8String } from "./utf8.js";
25
26
import { createGetUrl } from "./geturl.js";
27
0 commit comments