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

Won't working on Web Worker

Open unit-404 opened this issue 1 year 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.

unit-404 avatar Aug 12 '23 07:08 unit-404

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