未验证 提交 42cdda5a 编写于 作者: A Alex Dima

Erase types to avoid using lib.dom.ts types from `/common/`

上级 ed04ea29
......@@ -7,9 +7,9 @@
export interface NewWorkerMessage {
type: '_newWorker';
id: string;
port: MessagePort;
port: any /* MessagePort */;
url: string;
options: WorkerOptions | undefined
options: any /* WorkerOptions */ | undefined;
}
export interface TerminateWorkerMessage {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册