demo · v132
Codemod helper: scan your JS for the removed APIs
Paste a chunk of JavaScript on the left. The page scans for every removed prefixed call (webkitEnterFullscreen, webkitExitFullscreen, webkitDisplayingFullscreen, webkitSupportsFullscreen, plus the related webkitbeginfullscreen / webkitendfullscreen events) and produces a patched version on the right with the standard equivalents.
your source
patched (standard APIs)
findings
paste source and press scan
see also
- Prefixed video FS APIs removed — feature index
- probe + replacement demo
- ChromeStatus entry