diff --git a/index.bs b/index.bs index 469078d..c9babdd 100644 --- a/index.bs +++ b/index.bs @@ -879,32 +879,24 @@ interface MediaSession {
NaN
, throw a TypeError.
dictionary MediaPositionState { - double duration; - double playbackRate; - double position; + unrestricted double duration; + double playbackRate = 1.0; + double position = 0.0; };