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
Currently proxy objects created using C code can only trap property access, but not internal object operations like Object.setPrototypeOf, Object.preventExtensions, which a regular proxy handler in JavaScript could do. This makes it more difficult to pass external JS objects into the quickjs VM when running a WASM version of quickjs.
Currently proxy objects created using C code can only trap property access, but not internal object operations like
Object.setPrototypeOf
,Object.preventExtensions
, which a regular proxy handler in JavaScript could do. This makes it more difficult to pass external JS objects into the quickjs VM when running a WASM version of quickjs.The text was updated successfully, but these errors were encountered: