Konrad Kowalski (rootsher)Principal Platform & Reliability Architect001001101000001110110110101101110000100001101110

Error Handling

posts (1)

  1. Ways of Talking to a Backend: From HTML Forms to GraphQL3/6

    Fetch API: The Modern Browser Interface to HTTP

    fetch did not change the communication model, only the interface. Request and Response are objects, the body is a stream, and a 404 is not an error.