Skip to content

Commit

Permalink
import Blob from node:buffer
Browse files Browse the repository at this point in the history
it is not a global prior to node v18
  • Loading branch information
RamIdeas committed Sep 26, 2023
1 parent eade8a5 commit a06767d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
import { Blob } from "node:buffer";
import { writeFileSync } from "node:fs";
import { MockedRequest, rest, type RestRequest } from "msw";
import { FormData } from "undici";
Expand Down

0 comments on commit a06767d

Please sign in to comment.