Skip to content

Commit

Permalink
Merge pull request #70 from saschanaz/patch-1
Browse files Browse the repository at this point in the history
Fix errors from partial interface DedicatedWorkerGlobalScope
  • Loading branch information
dontcallmedom committed Mar 8, 2021
2 parents 85be2c6 + 5734b44 commit 45d6fb6
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -277,8 +277,7 @@ interface RTCTransformEvent : Event {
readonly attribute RTCRtpScriptTransformer transformer;
};

[Global=(Worker,DedicatedWorker),Exposed=DedicatedWorker]
partial interface DedicatedWorkerGlobalScope : WorkerGlobalScope {
partial interface DedicatedWorkerGlobalScope {
attribute EventHandler onrtctransform;
};

Expand Down

0 comments on commit 45d6fb6

Please sign in to comment.