#apis
Read more stories on Hashnode
Articles with this tag
A server-sent event is when a web page automatically gets updates from a server. This was also possible before, but the web page would have to ask if...
When executing scripts in an HTML page, the page becomes unresponsive until the script is finished. A web worker is a JavaScript that runs in the...
The HTML Geolocation API is used to locate a user's position. The HTML Geolocation API is used to get the geographical position of a user. Since this...