ppDulce
watchFs
Does anyone else get the following i get this both on calling close and calling return
error: Uncaught (in promise) BadResource: Bad resource ID
watcher?.return();
error: Uncaught (in promise) BadResource: Bad resource ID
watcher?.close();
^
at FsWatcher.close (ext:runtime/40_fs_events.js:58:10)
at file:///Users/Documents/Dev/electron-app/main.ts:76:12
at eventLoopTick (ext:core/01_core.js:177:7)
1 replies
Isolates
I would like to create an isolate so that i can use the broadcastchannel api; i understand that an isolate must include its own sandbox and its own virtual network. My confusion is how is this done it just sounds like a compile script with an exposed network; am i wrong what secret am i missing?
4 replies