Found 64 bookmarks
Custom sorting
Accelerometer
Accelerometer
Find out how quickly or slowly a physical device is moving across the x, y, and z axes when a user moves it.
·developer.mozilla.org·
Accelerometer
USB
USB
The USB interface of the WebUSB API provides attributes and methods for finding and connecting USB devices from a web page.
·developer.mozilla.org·
USB
Notifications API
Notifications API
The Notifications API allows web pages to control the display of system notifications to the end user. These are outside the top-level browsing context viewport, so therefore can be displayed even when the user has switched tabs or moved to a different app. The API is designed to be compatible with existing notification systems, across different platforms.
·developer.mozilla.org·
Notifications API
Resize Observer API
Resize Observer API
Like media queries, but for individual elements instead of the entire viewport size. Get information when an element on the page has resized.
·developer.mozilla.org·
Resize Observer API
Push API
Push API
The Push API gives web applications the ability to receive messages pushed to them from a server, whether or not the web app is in the foreground, or even currently loaded. This lets developers deliver asynchronous notifications and updates to users that opt in, resulting in better engagement with timely new content.
·developer.mozilla.org·
Push API
Proximity Events
Proximity Events
Detect when a user is close to a device. These events make it possible to react to such a change, for example by shutting down the screen of a smartphone when the user is having a phone call with the device close to their ear.
·developer.mozilla.org·
Proximity Events
Picture-in-Picture API
Picture-in-Picture API
The Picture-in-Picture API allow websites to create a floating video window always on top of other windows so that users may continue consuming media while they interact with other content sites, or applications on their device.
·developer.mozilla.org·
Picture-in-Picture API
Network Information API
Network Information API
Find out what kind of internet connection your website visitor is using - celluar, wifi, etc. This can be used to select high definition content or low definition content based on the user's connection.
·developer.mozilla.org·
Network Information API
Navigation Timing API
Navigation Timing API
The Navigation Timing API provides data that can be used to measure the performance of a web site, including how quickly or slowly something loads.
·developer.mozilla.org·
Navigation Timing API
Intersection Observer API
Intersection Observer API
Find out when an element on the page is visible, passes a certain point on the page, or intersects with something else on the page
·developer.mozilla.org·
Intersection Observer API
Image Capture API
Image Capture API
The MediaStream Image Capture API is an API for capturing images or videos from a photographic device. In addition to capturing data, it also allows you to retrieve information about device capabilities such as image size, red-eye reduction and whether or not there is a flash and what they are currently set to. Conversely, the API allows the capabilities to be configured within the constraints what the device allows.
·developer.mozilla.org·
Image Capture API
Gamepad API
Gamepad API
The Gamepad API is a way for developers to access and respond to signals from gamepads and other game controllers in a simple, consistent way. It contains three interfaces, two events and one specialist function, to respond to gamepads being connected and disconnected, and to access other information about the gamepads themselves, and what buttons and other controls are currently being pressed.
·developer.mozilla.org·
Gamepad API
Fullscreen API
Fullscreen API
The Fullscreen API adds methods to present a specific Element (and its descendants) in full-screen mode, and to exit full-screen mode once it is no longer needed. This makes it possible to present desired content—such as an online game—using the user's entire screen, removing all browser user interface elements and other applications from the screen until full-screen mode is shut off.
·developer.mozilla.org·
Fullscreen API