@socketsupply/socket
Version:
A Cross-Platform, Native Runtime for Desktop and Mobile Apps — Create apps using HTML, CSS, and JavaScript. Written from the ground up to be small and maintainable.
13 lines (11 loc) • 356 B
JavaScript
/**
* A map of known absolute file paths to file IDs that
* have been granted access outside of the sandbox.
* XXX(@jwerle): this is currently only used on linux, but valaues may
* be added for all platforms, likely from a file system picker dialog.
* @type {Map<string, string>}
*/
export const temporary = new Map()
export default {
temporary
}