0% found this document useful (0 votes)
10 views13 pages

TOP - API - S - 1734444830 Compressed

Uploaded by

mukul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views13 pages

TOP - API - S - 1734444830 Compressed

Uploaded by

mukul
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 13

TOP APIS

YOU SHOULD
KNOW IN
JAVASCRIPT

@ashutosh-kumar87
1.

What is
Apis
API (Application Programming Interface) is a set of
rules and protocols that allows two software
components to communicate with each other. In
web development, APIs are used to interact with
web services to retrieve data.

@ashutosh-kumar87
2.

Fetch
Api
Used to make network requests to servers.

@ashutosh-kumar87
3.

Geolocation
Api
Provides the user's geographic location.

@ashutosh-kumar87
4.

LocalStorage
Api
Stores data locally in the browser without
expiration.

@ashutosh-kumar87
5.

SessionStorage
Api
Stores data for the duration of the session.

@ashutosh-kumar87
6.

Canvas
Api
Used for 2D graphics and drawing.

@ashutosh-kumar87
7.

WebSocket
Api
Enables real-time communication between the
client and server.

@ashutosh-kumar87
8.

Notifications
Api
Displays notifications to the user.

@ashutosh-kumar87
9.

Intersection
Observer
Api
Detects when an element is visible within the
viewport.

@ashutosh-kumar87
10.

History
Api
Manipulates the browser's session history.

@ashutosh-kumar87
11.

File
Api
Handles file uploads and manipulations.

@ashutosh-kumar87
If you
find this
helpful, please
like and share it
with your
friends.

@ashutosh-kumar87

You might also like