@remix-run/web-file
Version:
Web API compatible File implementation for node
1 lines • 564 B
Source Map (JSON)
{"version":3,"file":"lib.node.cjs","sources":["../../src/lib.node.js"],"sourcesContent":["\"use strict\"\n\nimport { Blob } from \"./package.js\"\nimport { File as WebFile } from \"./file.js\"\n\n// Electron-renderer should get the browser implementation instead of node\n// Browser configuration is not enough\n\n// Marking export as a DOM File object instead of custom class.\n/** @type {typeof globalThis.File} */\nconst File = WebFile\n\nexport { File, Blob }\n"],"names":["WebFile"],"mappings":";;;;;;;AAKA;AACA;AACA;AACA;AACA;AACK,MAAC,IAAI,GAAGA;;;;;;;;;;"}