evel icon indicating copy to clipboard operation
evel copied to clipboard

Is it possible to run evel inside a Worker?

Open GulgDev opened this issue 1 year ago • 2 comments

GulgDev avatar Aug 15 '24 16:08 GulgDev

Good question, I'm not 100% sure. Meant to test it myself but haven't had much spare time last month to do so (and it's looking unlikely that I will this month either).

I suspect the main thing that might catch it is whether an HTMLIFrameElement DOM element can be created in the context of a Worker? I think it'd be less necessary there though, but it's been awhile and so we'd have to review the implications of skipping that.

natevw avatar Sep 06 '24 17:09 natevw

I didn't find a way to create a Realm inside a WebWorker in the ECMAScript specification, so I doubt that this is possible. I found another way to secure my application, but thank you anyways!

GulgDev avatar Sep 06 '24 17:09 GulgDev