WICG / webmonetization

Proposed Web Monetization standard
https://webmonetization.org
Other
457 stars 153 forks source link

Handle media playback in background #230

Closed marcoscaceres closed 2 years ago

marcoscaceres commented 2 years ago

There may be a case where you have media that needs to be monetized (e.g., a podcast) that is playing in a document whose visibly state is "hidden".

We need to check if HTML allows for that. At least, we could hook into the visibility state change algorithm and tell the monetization agent not to pause.

marcoscaceres commented 2 years ago

Duplicate of #17