Skip to content

Commit

Permalink
fix(http): use explicit import instead of TextEncoder global; (#5530)
Browse files Browse the repository at this point in the history
  • Loading branch information
DigitalBrainJS committed Feb 3, 2023
1 parent 128d56f commit 6b3c305
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/helpers/formDataToStream.js
@@ -1,3 +1,4 @@
import {TextEncoder} from 'util';
import {Readable} from 'stream';
import utils from "../utils.js";
import readBlob from "./readBlob.js";
Expand Down

0 comments on commit 6b3c305

Please sign in to comment.