diff --git a/index.html b/index.html index 05c55eb..2cd71a3 100644 --- a/index.html +++ b/index.html @@ -580,28 +580,6 @@
- [SecureContext, Exposed=(DedicatedWorker, Window)] - interface WakeLockEvent : Event { - constructor(DOMString type, WakeLockEventInit init); - readonly attribute WakeLockSentinel lock; - }; - - dictionary WakeLockEventInit : EventInit { - required WakeLockSentinel lock; - }; --
WakeLockEvent objects indicate that an event has happened to a - given WakeLockSentinel object. A WakeLockEvent is - dispatched when a WakeLockSentinel's wake lock is released.
-The lock attribute is a WakeLockSentinel object whose - wake lock has been released.
-