Fullscreen change event.

This commit is contained in:
Peng Lyu
2019-06-19 18:54:54 -07:00
parent 63bcdd8373
commit 3399d30c70
3 changed files with 12 additions and 7 deletions

View File

@@ -857,6 +857,7 @@ export const EventType = {
ERROR: 'error',
RESIZE: 'resize',
SCROLL: 'scroll',
FULLSCREEN_CHANGE: 'fullscreenchange',
// Form
SELECT: 'select',
CHANGE: 'change',