Update index.d.ts

TypeScript 2.8 comment
This commit is contained in:
Steve Fenton
2018-06-01 14:07:04 +01:00
committed by GitHub
parent 495678f5ca
commit ca0fbc2e08

View File

@@ -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;