• Compression Streams API
  • Console and Debugging
  • DOM APIs
  • DOM Events
  • Encoding API
  • Fetch API
  • Fleek Node API
  • Observability
  • Scheduling
  • Streams API
  • Timers
  • Typed Arrays
  • Web APIs
  • Web Crypto API
  • Web File API
  • WebAssembly
  • WebGPU
  • WebSockets
  • Uncategorized
  • view all 376 symbols
  • Fleek Runtime APIs
  • DOM Events
    • ErrorEventInit
interface ErrorEventInit
extends EventInit

Properties

optional
message: string
optional
filename: string
optional
lineno: number
optional
colno: number
optional
error: any

Document Navigation

  • Properties
    • message
    • filename
    • lineno
    • colno
    • error