mya/node_modules/readable-stream/lib/internal/streams/from-browser.js
Fabio 82ccd023df
Some checks are pending
Build Android APK / build (push) Waiting to run
first commit
2026-01-21 15:08:14 +01:00

3 lines
101 B
JavaScript

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