Добавить в избранное
Форум
Правила сайта "Мир Книг"
Группа в Вконтакте
Подписка на книги
Правообладателям
Найти книгу:
Навигация
Вход на сайт
Регистрация



Реклама



Название: Web API Cookbook: Level Up Your javascript Applications
Автор: Joe Attardi
Издательство: O’Reilly Media, Inc.
Год: 2024
Страниц: 286
Язык: английский
Формат: pdf (true), epub (true)
Размер: 10.1 MB

javascript 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 javascript code can use these to interact with the Document Object Model (DOM), perform network communication, integrate with native device features, and much more. A lot of the APIs covered in this book are asynchronous. When you call one of these functions or methods, you might not get the result back right away. Different APIs have different mechanisms to get the result back to you when it’s ready. The most basic asynchronous pattern is a callback function. This is a function that you pass to an asynchronous API. When the work is complete, it calls your callback with the result. Callbacks can be used on their own or as part of other asynchronous patterns.

Many newer APIs use Promises. A Promise is an object, returned from a function, that is a placeholder for the eventual result of the asynchronous action. Instead of listening for an event, you call then on a Promise object. You pass a callback function to then that is eventually called with the result as its argument. To handle errors, you pass another callback function to the Promise’s catch method. A Promise is fulfilled when the operation completes successfully, and it is rejected when there’s an error. The fulfilled value is passed as an argument to the then callback, or the rejected value is passed as an argument to the catch callback.

Supplemental material (code examples, exercises, etc.) is available for download at GitHub.com.

• Learn the breadth of functionality available in modern browser APIs
• Explore future APIs that are still in an experimental stage
• Discover newer elements, such as dialog that replaces the need for a third-party library
• Build more powerful and interactive web applications using native APIs
• Understand the permissions model used by the browser to unlock functionality such as geolocation and push notifications

Who This Book Is For:
This book is intended for software developers with some experience with javascript who want to get the most out of the web platform. It assumes that you have a good knowledge of the javascript language itself: syntax, language features, and standard library functions. You should also have a working knowledge of the DOM APIs used for building interactive, browser-based javascript applications. There is a wide range of recipes in this book; there’s something for developers of all skill and experience levels.

Contents:


Скачать Web API Cookbook: Level Up Your javascript Applications








ОТСУТСТВУЕТ ССЫЛКА/ НЕ РАБОЧАЯ ССЫЛКА ЕСТЬ РЕШЕНИЕ, ПИШИМ СЮДА!







Автор: Ingvar16 29-04-2024, 16:45 | Напечатать |
 
Уважаемый посетитель, Вы зашли на сайт как незарегистрированный пользователь.





С этой публикацией часто скачивают:

    Lodash 4 Cookbook : For lodash 4.17.21 Lodash 4 Cookbook : For lodash 4.17.21 Название: Lodash 4 Cookbook : For lodash 4.17.21 Автор: Fu Cheng Издательство: Leanpub Год: 2024-01-10 Страниц: 156 Язык: английский Формат: pdf...

    Conquering JavaScript: Three.js Conquering JavaScript: Three.js Название: Conquering javascript: Three.js Автор: Sufyan bin Uzayr Издательство: CRC Press Год: 2024 Страниц: 212 Язык: английский Формат: pdf...

    JavaScript Cookbook: Programming the Web, 3rd Edition JavaScript Cookbook: Programming the Web, 3rd Edition Название: javascript Cookbook: Programming the Web, 3rd Edition Автор: Adam D. Scott, Matthew MacDonald, and Shelley Powers Издательство:...

    JavaScript Cookbook: Programming the Web, 3rd Edition (Early Release) JavaScript Cookbook: Programming the Web, 3rd Edition (Early Release) Название: javascript Cookbook: Programming the Web, 3rd Edition (Early Release) Автор: John Paxton, Adam D. Scott, Shelley Powers Издательство:...

    JavaScript Everywhere: Building Cross-Platform Applications with GraphQL, React, React Native, and Electron JavaScript Everywhere: Building Cross-Platform Applications with GraphQL, React, React Native, and Electron Название: javascript Everywhere: Building Cross-Platform Applications with GraphQL, React, React Native, and Electron Автор: Adam D. Scott ...

    Creating Google Chrome Extensions Creating Google Chrome Extensions Название: Creating Google Chrome Extensions Автор: Prateek Mehta Издательство: Apress Год: 2016 Формат: PDF Страниц: 183 Размер: 10.97 MB Язык:...

    Pro Android Web Game Apps: Using HTML5, CSS3, and JavaScript Pro Android Web Game Apps: Using HTML5, CSS3, and JavaScript Название: Pro Android Web Game Apps: Using HTML5, CSS3 and javascript Автор: Juriy Bura, Paul Coates Издательство: Apress Год: 2012 Формат: PDF...

    HTML5 Developer's Cookbook HTML5 Developer's Cookbook Название: HTML5 Developer's Cookbook Автор: Chuck Hudson, Tom Leadbetter Издательство: Addison-Wesley Год: 2012 Формат: PDF Страниц: 473 Размер:...

    HTML5 Cookbook HTML5 Cookbook Название: HTML5 Cookbook Автор: Christopher Schmitt and Kyle Simpson Издательство: O’Reilly Media, Inc. Год: 2012 Формат: PDF Страниц: 284 Размер:...

    Learning JavaScript, 1st Edition Learning JavaScript, 1st Edition Автор: Shelley Powers Название: Learning javascript Издательство: O'Reilly Media Год: 2006 ISBN: 0596527462 Язык: English Формат: chm Размер:...

Посетители, находящиеся в группе Гости, не могут оставлять комментарии к данной публикации.


 MirKnig.Su  ©2021     При использовании материалов библиотеки обязательна обратная активная ссылка    Политика конфиденциальности