• M
    Default Response status is 200 OK · 5fd8402e
    Mislav Marohnić 提交于
    This is in accordance with Section 6.4 of the spec:
    
        dictionary ResponseInit {
          unsigned short status = 200;
          ByteString statusText = "OK";
          HeadersInit headers;
        };
    
    Fixes #376
    5fd8402e
test.js 39.2 KB