mirror of
https://github.com/nodejs/node.git
synced 2025-05-13 07:34:30 +00:00

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>
4 lines
101 B
JavaScript
4 lines
101 B
JavaScript
module.exports = function () {
|
|
throw new Error('Readable.from is not available in the browser')
|
|
};
|