File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/readable-stream

This explorer reads the filesystem of the server it runs on, so /workspace/user isn't present here. Browsing and the terminal still work against this server's own disk from /.

3 dirs
14 files
readable-browser.js351 B · 8 lines
exports = module.exports = require('./lib/_stream_readable.js');exports.Stream = exports;exports.Readable = exports;exports.Writable = require('./lib/_stream_writable.js');exports.Duplex = require('./lib/_stream_duplex.js');exports.Transform = require('./lib/_stream_transform.js');exports.PassThrough = require('./lib/_stream_passthrough.js');