Welcome to mirror list, hosted at ThFree Co, Russian Federation.

from-browser.js « streams « internal « lib « readable-stream « node_modules « assets - github.com/fourtyone11/origin-hugo-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4ce56f3c90f60d3416e8e0328375c4b20213872 (plain)
1
2
3
module.exports = function () {
  throw new Error('Readable.from is not available in the browser')
};