w3c/mediasession

MediaPositionState.duration should be "unrestricted"

Closed this issue · 1 comments

The spec says the duration can be infinite to denote media without a defined end, but the IDL uses the type double, which doesn't allow infinite numbers. It should use unrestricted double instead.

Fixed in #304