ErrorEventInit
interface ErrorEventInit extends EventInit {colno?: number;error?: any;filename?: string;lineno?: number;message?: string;}
Наследование
Свойства
colno?: numbererror?: anyfilename?: stringlineno?: numbermessage?: string
© 2018–2022 the Deno authors
https://doc.deno.land/deno/stable/~/ErrorEventInit