(In reply to Alastor Wu [:alwu] from comment #10) > As it's possible for script to call methods which can generate events while media is in the bfcache, I'm wondering if we can avoid queuing same event again if we've queued that event already? I think that is not a good idea, because there might be a lots of different combination of same events. ex. `play`, `pause`, `play` is not equal to `play`, `play`, `pause`.
Bug 1595603 Comment 13 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
(In reply to Alastor Wu [:alwu] from comment #10) > As it's possible for script to call methods which can generate events while media is in the bfcache, I'm wondering if we can avoid queuing same event again if we've queued that event already? I think that is not a good idea, because there might be a lots of different combination of events. ex. `play`, `pause`, `play` is not equal to `play`, `play`, `pause`.