Skip to content

Commit

Permalink
fix: don't include websockets in node bundle (nodejs#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz authored and crysmags committed Feb 27, 2024
1 parent a71aeae commit b91963b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fetch/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const { Readable, pipeline } = require('stream')
const { isErrored, isReadable } = require('../core/util')
const { dataURLProcessor, serializeAMimeType } = require('./dataURL')
const { TransformStream } = require('stream/web')
const { getGlobalDispatcher } = require('../../index')
const { getGlobalDispatcher } = require('../global')
const { webidl } = require('./webidl')
const { STATUS_CODES } = require('http')

Expand Down

0 comments on commit b91963b

Please sign in to comment.