
Автор: Joe Attardi
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 286
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.1 MB
jаvascript gives web developers great power to create rich interactive browser experiences, and much of that power is provided by the browser itself. Modern web APIs enable web-based applications to come to life like never before, supporting actions that once required browser plug-ins. Some are still in an experimental stage, but many are ready for use today. With this hands-on cookbook, author Joe Attardi helps you explore the powerful APIs available in modern browsers and guides you through the specific tasks that they unlock. Because these features are web standards, there is comprehensive documentation available from trusted resources such as MDN Web Docs. The knowledge you'll gain is transferable across different companies and projects. A Web API is a series of global objects and functions exposed by the browser. Your jаvascript code can use these to interact with the Document Object Model (DOM), perform network communication, integrate with native device features, and much more. This book is intended for software developers with some experience with jаvascript who want to get the most out of the web platform. It assumes that you have a good knowledge of the jаvascript language itself: syntax, language features, and standard library functions.