File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/mqtt/node_modules/ws/lib

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 /.

constants.js268 B · 11 lines
'use strict'; module.exports = {  BINARY_TYPES: ['nodebuffer', 'arraybuffer', 'fragments'],  GUID: '258EAFA5-E914-47DA-95CA-C5AB0DC85B11',  kStatusCode: Symbol('status-code'),  kWebSocket: Symbol('websocket'),  EMPTY_BUFFER: Buffer.alloc(0),  NOOP: () => {}};