mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-06 06:19:58 +08:00
Update index.d.ts
TypeScript 2.8 comment
This commit is contained in:
2
types/sharedworker/index.d.ts
vendored
2
types/sharedworker/index.d.ts
vendored
@@ -2,6 +2,8 @@
|
||||
// Project: http://www.w3.org/TR/workers/
|
||||
// Definitions by: Toshiya Nakakura <https://github.com/nakakura>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.8
|
||||
|
||||
declare namespace SharedWorker {
|
||||
interface AbstractWorker extends EventTarget {
|
||||
onerror: (ev: ErrorEvent) => any;
|
||||
|
||||
Reference in New Issue
Block a user