2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

fix(http): use explicit import instead of TextEncoder global; (#5530)

This commit is contained in:
Dmitriy Mozgovoy
2023-02-03 19:34:07 +02:00
committed by GitHub
parent 128d56f4a0
commit 6b3c305fc4
+1
View File
@@ -1,3 +1,4 @@
import {TextEncoder} from 'util';
import {Readable} from 'stream';
import utils from "../utils.js";
import readBlob from "./readBlob.js";