The Fullscreen API adds methods to present a specific Element (and its descendants) in full-screen mode, and to exit full-screen mode once…
👉 DemoThe Clipboard API provides the ability to respond to clipboard commands (cut, copy, and paste) as well as to asynchronously read from and…
👉 DemoThe Battery Status API, more often referred to as the Battery API, provides information about the system's battery charge level and lets you…
👉 DemoThe Broadcast Channel API allows basic communication between browsing contexts (that is, windows, tabs, frames, or iframes) and workers on…
👉 DemoThe Resize Observer API provides a performant mechanism by which code can monitor an element for changes to its size, with notifications…
👉 DemoThe MediaStream Image Capture API is an API for capturing images or videos from a photographic device. In addition to capturing data, it…
👉 DemoThe Network Information API provides information about the system's connection in terms of general connection type (e.g., 'wifi', 'cellular…
👉 DemoThe Performance interface provides access to performance-related information for the current page. It's part of the High Resolution Time API…
👉 DemoMost modern mobile devices include vibration hardware, which lets software code provide physical feedback to the user by causing the device…
👉 DemoThe Bluetooth interface of the Web Bluetooth API returns a Promise to a BluetoothDevice object with the specified options.
👉 Demo