AV6A
Deno2y ago
1 reply
AV6

deno runtime extensions seems to be not working

the example provided here https://github.com/denoland/deno/tree/main/runtime/examples/extension_with_esm seems to be not working. when the js file is executed, i get an error Error: TypeError: Deno[Deno.internal].core.opSync is not a function. what changed, i am able to register an extension with JsRuntime directly but not through workerOptions.

wondering how to fix this. How do we access the extension ops from the js side in the latest version?
GitHub
A modern runtime for JavaScript and TypeScript. Contribute to denoland/deno development by creating an account on GitHub.
deno/runtime/examples/extension_with_esm at main · denoland/deno
Was this page helpful?