shadowrealm-api icon indicating copy to clipboard operation
shadowrealm-api copied to clipboard

Won't working on Web Worker

Open u2re-dev opened this issue 2 years ago • 1 comments

I tried to implement it in web workers... Probably, all was in vain. Why? Because of you preferred to use iframe and window as globals. I tried to reassign, but code just stucked.

u2re-dev avatar Aug 12 '23 07:08 u2re-dev

Using iframe can easily create a secure isolation environment. In Web Worker, we need to think of other mechanisms to implement a secure isolation environment.

ambit-tsai avatar Aug 31 '23 12:08 ambit-tsai