w3c/mediasession

MediaMetadata artwork getter is defined to return a new object each time

Opened this issue · 0 comments

The way the spec is currently written, and in the Blink implementation, metadata.artwork === metadata.artwork always tests false. This doesn't seem at all desirable. The same object should be returned until the artwork changes.