You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behavior incompatible with Hardened JS. If run after lockdown it will fail to add a static property to the Array constructor. If run before lockdown, then lockdown will try to remove it because it is not on the Hardened JS whitelist (and should not be). If lockdown fails to remove it, then lockdown fails to create a Hardened JS system.
The changes from #359 (hopefully resolving this issue) are now available in version 0.7.0 of the @wry/context package. Thanks for opening this issue @erights!
Current behavior incompatible with Hardened JS. If run after
lockdown
it will fail to add a static property to theArray
constructor. If run beforelockdown
, thenlockdown
will try to remove it because it is not on the Hardened JS whitelist (and should not be). Iflockdown
fails to remove it, thenlockdown
fails to create a Hardened JS system.See endojs/endo#576 (comment)
The text was updated successfully, but these errors were encountered: