Skip to content

Commit

Permalink
request: import Buffer 🐛
Browse files Browse the repository at this point in the history
related: #281
  • Loading branch information
derhuerst committed Jan 6, 2023
1 parent 9f85a9a commit c2a71b0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ import {Agent as HttpsAgent} from 'https'
import roundRobin from '@derhuerst/round-robin-scheduler'
import {randomBytes} from 'crypto'
import createHash from 'create-hash'
import {Buffer} from 'node:buffer'
import {stringify} from 'qs'
import {Request, fetch} from 'cross-fetch'
import {parse as parseContentType} from 'content-type'
Expand Down

0 comments on commit c2a71b0

Please sign in to comment.