Thread
Conversation
Web API is a developer's dream
It helps to reduce a lot of difficulties and extend the function of web browsers
1
14
1) Fullscreen API
➮Full-screen API helps you to fullscreen any part of the website.
This is the same technique used in youtube videos to make it fullscreen
1
24
2) Geolocation API
➮Geolocation API is used to find the current location of the user's device.
This is how Google maps get your location if your location is enabled
1
20
3) Fetch API
➮ Fetch API is used to get data from any other domain
You can get any data that is available via an API
2
13
4) Canvas
➮You can draw any 2D element using javascript to the canvas Element
1
14