File Explorer

/var/runtime/node_modules/@aws-sdk/node_modules/axios/lib/platform/browser

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

index.js310 B · 14 lines
import URLSearchParams from './classes/URLSearchParams.js';import FormData from './classes/FormData.js';import Blob from './classes/Blob.js'; export default {  isBrowser: true,  classes: {    URLSearchParams,    FormData,    Blob,  },  protocols: ['http', 'https', 'file', 'blob', 'url', 'data'],};