Sign in
chromium
/
devtools
/
devtools-frontend
/
ec00a13ce62ddc9f5697a4e4d30dfcafaacd9fc2
/
.
/
node_modules
/
readable-stream
/
lib
/
internal
/
streams
/
from-browser.js
blob: a4ce56f3c90f60d3416e8e0328375c4b20213872 [
file
]
module
.
exports
=
function
()
{
throw
new
Error
(
'Readable.from is not available in the browser'
)
};