Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
0% found this document useful (0 votes)
255 views

Javascript Web API 2024

The document lists various JavaScript web APIs including the Web Speech API, Web Storage API, Web Fetch API, Web Geolocation API, Web Canvas API, Web Audio API, Web Sockets API, web IndexedDB API, web File API, web Notification API, web Workers API, web Intersection Observer API, web Mutation Observer API, web Pointer Lock API, web Battery Status API, web Gamepad API, web DeviceOrientation and Motion API, web Push API, and web Payment Request API. Each API is briefly described in one sentence.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
255 views

Javascript Web API 2024

The document lists various JavaScript web APIs including the Web Speech API, Web Storage API, Web Fetch API, Web Geolocation API, Web Canvas API, Web Audio API, Web Sockets API, web IndexedDB API, web File API, web Notification API, web Workers API, web Intersection Observer API, web Mutation Observer API, web Pointer Lock API, web Battery Status API, web Gamepad API, web DeviceOrientation and Motion API, web Push API, and web Payment Request API. Each API is briefly described in one sentence.
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 21

JAVASCRIPT

WEB API’S
JAVASCRIPT

Web Speech API

“Hello There” Spoken out


JAVASCRIPT

Web Storage API


( localStorage )

Persistent storage in browser memory


JAVASCRIPT

Web Storage API


( sessionStorage )

Session-specific storage
JAVASCRIPT

Web Fetch API

Fetch API to make a GET call


JAVASCRIPT

Web Geolocation API

Get user's location.


JAVASCRIPT

Web Canvas API

To draw a filled rectangle in blue


JAVASCRIPT

Web Audio API

An oscillator and play a tone


JAVASCRIPT

Web Sockets API

Real-time, bidirectional communication


protocol.
JAVASCRIPT

web IndexedDB API

Structured client-side data storage.


JAVASCRIPT

web File API

Manipulate files, access metadata.


JAVASCRIPT

web Notification API

Display system notifications.


JAVASCRIPT

web Workers API

Execute background scripts.


JAVASCRIPT

web Intersection
Observer API

Efficiently observes element visibility


changes.
JAVASCRIPT

web Mutation
Observer API

Observes DOM changes


asynchronously.
JAVASCRIPT

web Pointer Lock


API

Captures mouse movements precisely


in-browser.
JAVASCRIPT

web Battery Status


API

Monitors device battery information


asynchronously.
JAVASCRIPT

web Gamepad API

Interacts with game controller devices.


JAVASCRIPT

web DeviceOrientation
and Motion API

Tracks device orientation and motion


data.
JAVASCRIPT

web Push API

Enables push notifications in browsers.


JAVASCRIPT

web Payment Request


API

Facilitates streamlined online payment


processing in browsers.

You might also like