Deno logo
DeployManualBlogAPIStandard LibraryThird Party Modules

Deno CLI APIs

Version

latest

ErrorEventInit

  • Extends
  • Properties

ErrorEventInit

interface ErrorEventInit extends EventInit {
colno?: number;
error?: any;
filename?: string;
lineno?: number;
message?: string;
}

§Extends

§
EventInit
[src]

§Properties

§
colno?: number
[src]
§
error?: any
[src]
§
filename?: string
[src]
§
lineno?: number
[src]
§
message?: string
[src]
Manual
API
Standard Library
Third Party Modules
Benchmarks
Artwork
Blog
Translations
System Status
Companies interested in Deno