Re: [fullscreen] Time to dispatch the fullscreenchange event (#5)

Blink still implements the events using the old "Queue a task to fire an event named fullscreenchange with its bubbles attribute set to true on doc" and similar steps.

I think what I would like to see is that `requestFullscren()` and `exitFullscreen()` both return promises that are resolved when the transition is complete, and that the events are all fired (synchronously) either immediately before or after that. I suppose it amounts to what @upsuper is suggesting except with promises.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fullscreen/issues/5#issuecomment-119998588

Received on Thursday, 9 July 2015 14:20:33 UTC