Konrad Kowalski (rootsher)Principal Platform & Reliability Architect111010101000110001111100111111101100110111101111

Preflight

posts (1)

  1. The Layers of HTTP in the Browser: From fetch() to QUIC4/9

    The Browser Does Not Give JavaScript Full Control over HTTP

    fetch() is not a raw socket. Cookies, the cache, preflight and some headers belong to the browser, so one operation in code does not equal one request on the…