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

Web Crypto API is not exposed

Open x1unix opened this issue 1 year ago • 0 comments

globalThis.crypto is not available inside a realm.

import ShadowRealm from 'shadowrealm-api'

const realm = new ShadowRealm()
realm.evaluate(`console.log(globalThis.crypto)`)  // undefined

x1unix avatar Jan 18 '24 04:01 x1unix