mirror of
https://github.com/nodejs/node.git
synced 2025-05-14 08:30:29 +00:00

PR-URL: https://github.com/nodejs/node/pull/31977 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Shelley Vohr <codebytere@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
module.exports = function () {
|
|
throw new Error('Readable.from is not available in the browser')
|
|
};
|