Skip to main content
Build Real-time Applications with the new "watch" API in Deno KV
Read more
class DOMException
extends Error

Constructors

new
DOMException(message?: string, name?: string)

Properties

readonly
code: number
readonly
message: string
readonly
name: string