node/deps/npm/node_modules/readable-stream/lib/internal/streams/from-browser.js
npm team 8468bdbefc deps: upgrade npm to 7.23.0
PR-URL: https://github.com/nodejs/node/pull/40055
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Beth Griggs <bgriggs@redhat.com>
2021-09-15 15:03:18 +02:00

4 lines
101 B
JavaScript

module.exports = function () {
throw new Error('Readable.from is not available in the browser')
};