The Fetch API provides a JavaScript interface for making HTTP requests and processing the responses.
developer.mozilla.orgThe Intersection Observer API provides a way to asynchronously observe changes in the intersection of a target element with an ancestor element or with a top-level document's viewport.
developer.mozilla.orgThe Web Audio API provides a powerful and versatile system for controlling audio on the Web, allowing developers to choose audio sources, add effects to audio, create audio visualizations, apply spatial effects (such as panning) and much more.
developer.mozilla.orgThe File System API — with extensions provided via the File System Access API to access files on the device file system — allows read, write and file management capabilities.
developer.mozilla.orgThe Speculation Rules API is designed to improve performance for future navigations. It targets document URLs rather than specific resource files, and so makes sense for multi-page applications (MPAs) rather than single-page applications (SPAs).
developer.mozilla.orgThe Trusted Types API gives web developers a way to ensure that input has been passed through a user-specified transformation function before being passed to an API that might execute that input. This can help to protect against client-side cross-site scripting (XSS) attacks. Most commonly the transformation function sanitizes the input.
developer.mozilla.orgService workers essentially act as proxy servers that sit between web applications, the browser, and the network (when available). They are intended, among other things, to enable the creation of effective offline experiences, intercept network requests, and take appropriate action based on whether the network is available, and update assets residing on the server. They will also allow access to push notifications and background sync APIs.
developer.mozilla.orgThe Storage Access API provides a way for cross-site content loaded in a third-party context (i.e., embedded in an ) to gain access to third-party cookies and unpartitioned state that it would typically only have access to in a first-party context (i.e., when loaded directly in a browser tab).
developer.mozilla.orgYou are able to include a custom sidebar on API reference pages it so that it displays links to related Interfaces, tutorials, and other resources relevant just to that API. This article explains how.
developer.mozilla.orgBitnami Helm chart for Apache APISIX
hub.docker.com