[Bug 27674] requestFullscreen should return a promise

https://www.w3.org/Bugs/Public/show_bug.cgi?id=27674

--- Comment #4 from Philip Jägenstedt <philipj@opera.com> ---
Simply resolving a promise as the last step of requestFullscreen() or
exitFullscreen(), i.e. after any events fire, seems like it'd be simple enough.
Because exitFullscreen() fires events and modified the fullscreen element
stack(s) interleaved, it has to be after the events for the promise callbacks
to see the final state.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 19 December 2014 22:52:52 UTC