Skip to content

Commit

Permalink
fix: don't include websockets in node bundle (#1869)
Browse files Browse the repository at this point in the history
  • Loading branch information
merceyz authored Jan 19, 2023
1 parent 2d2512c commit 22d2f70
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 22d2f70

Please sign in to comment.