Konrad Kowalski (rootsher)Principal Platform & Reliability Architect010001111101001011101010100011110000101100010010

Browser policy

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…