Error using Web Crypto API in wrangler 3.1.0

I'm having trouble with Web Crypto API. The error object thrown is not readable by logging. Anyone else experiencing a similar issue? Any ideas?

DOMException {
  stack: undefined,
  code: undefined,
  name: undefined,
  message: undefined
}
Was this page helpful?