Skip to content

Commit

Permalink
add WorkerGlobalScopes
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfettes committed Jul 20, 2024
1 parent e519d20 commit 80c5eea
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions jscomp/others/dom.ml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,11 @@ type _serviceWorker
type serviceWorker = _serviceWorker eventTarget_like
type _worker
type worker = _worker eventTarget_like
type 'a _workerGlobalScope
type 'a workerGlobalScope_like = 'a _workerGlobalScope eventTarget_like
type workerGlobalScope = _baseClass workerGlobalScope_like
type _dedicatedWorkerGlobalScope
type dedicatedWorkerGlobalScope = _dedicatedWorkerGlobalScope workerGlobalScope_like

(* nodes *)
type 'a _node
Expand Down

0 comments on commit 80c5eea

Please sign in to comment.