初級 免費 ⏱ 30:00

Chapter 14: Network Requests and Communication

Fetching data from APIs, handling streams, and real-time communication with WebSockets.

JavaScriptNetwork

Network Requests and Communication

Connecting your application to the world. We’ll master fetching data and handling real-time streams.

Key Topics

  • The Fetch API: Requests and Responses
  • Handling JSON, Blobs, and Streams
  • AbortController for cancelling requests
  • Introduction to WebCommander and WebSockets