Javascript Web API 2024

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 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