Skip to content

Commit

Permalink
fix: expose eventsource for nodejs (nodejs#2645)
Browse files Browse the repository at this point in the history
  • Loading branch information
Uzlopak authored and crysmags committed Feb 21, 2024
1 parent af796c7 commit f634721
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions index-fetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,7 @@ module.exports.FormData = require('./lib/fetch/formdata').FormData
module.exports.Headers = require('./lib/fetch/headers').Headers
module.exports.Response = require('./lib/fetch/response').Response
module.exports.Request = require('./lib/fetch/request').Request

module.exports.WebSocket = require('./lib/websocket/websocket').WebSocket

module.exports.EventSource = require('./lib/eventsource/eventsource').EventSource

0 comments on commit f634721

Please sign in to comment.