As you wade deeper into browser extension development, you will quickly realize that there are some interesting idiosyncrasies when it comes to making network requests. Although browser extensions and web pages use the same APIs and network layers to send requests, there are fundamental differences that you will need to surmount when building a well-formed browser extension. This chapter will cover some core areas of extension networking: dispatching network requests, authentication, and browser extension networking APIs.

错误:搜索内容不能为空,请输入英文关键词
错误:关键词超出字数限制,请精简
高级检索

Networking and Authentication

  • Matt Frisbie

摘要

As you wade deeper into browser extension development, you will quickly realize that there are some interesting idiosyncrasies when it comes to making network requests. Although browser extensions and web pages use the same APIs and network layers to send requests, there are fundamental differences that you will need to surmount when building a well-formed browser extension. This chapter will cover some core areas of extension networking: dispatching network requests, authentication, and browser extension networking APIs.