How to use the web-streams-polyfill.WritableStream function in web-streams-polyfill

To help you get started, we’ve selected a few web-streams-polyfill examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github dollarshaveclub / cloudworker / lib / runtime / stream.js View on Github external
const streams = require('web-streams-polyfill')

module.exports.ReadableStream = streams.ReadableStream
module.exports.WritableStream = streams.WritableStream
module.exports.TransformStream = streams.TransformStream

web-streams-polyfill

Web Streams, based on the WHATWG spec reference implementation

MIT
Latest version published 2 months ago

Package Health Score

86 / 100
Full package analysis