Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/dom/globals/worker.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import {
* that also has {@link WorkerGlobalScope.importScripts} as
* {@link WorkerGlobalScope} in some cases cannot be depended on directly.
*/
export interface WorkerGlobalScopeWithImportScripts
export declare interface WorkerGlobalScopeWithImportScripts
extends WindowOrWorkerGlobalScope {
importScripts: (...url: string[]) => void;
}
Expand Down
Loading