September 2024
Intermediate to advanced
743 pages
27h 48m
English
In addition to the APIs presented earlier in this chapter, quite a few other web APIs are available that you as a developer can access to equip websites and web applications with even more functionality. Want to run a web page in full screen mode? Use the Fullscreen API. Want to determine the location of the user? Take a look at the Geolocation API. How about speech recognition and voice output? Then, the Web Speech API would be the right place to start.
For now, I’ll provide an overview of the most important web APIs. I go into more detail about many of these APIs in JavaScript: The Comprehensive Guide (www.rheinwerk-computing.com/5554), using specific code examples. You can also find an (almost) ...
Read now
Unlock full access