diff options
| author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-26 23:44:42 +0200 |
|---|---|---|
| committer | Bert Belder <bertbelder@gmail.com> | 2021-05-31 16:37:34 +0200 |
| commit | 379d40955a46e3f1e5113aee3b4781e66d02c8e0 (patch) | |
| tree | d4bd7d5b14b236d064898f78c11ff53cc6d35ad1 /tools | |
| parent | 8a19f28a005083bec61816f171482f538464043d (diff) | |
fix(fetch): make prototype properties writable (#10769)
Diffstat (limited to 'tools')
| -rw-r--r-- | tools/wpt/expectation.json | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/tools/wpt/expectation.json b/tools/wpt/expectation.json index 7843eefc6..bfeca41c7 100644 --- a/tools/wpt/expectation.json +++ b/tools/wpt/expectation.json @@ -929,46 +929,23 @@ "Headers interface: operation has(ByteString)", "Headers interface: operation set(ByteString, ByteString)", "Headers interface: iterable<ByteString, ByteString>", - "Request interface: attribute method", - "Request interface: attribute url", - "Request interface: attribute headers", "Request interface: attribute destination", "Request interface: attribute referrer", "Request interface: attribute referrerPolicy", "Request interface: attribute mode", "Request interface: attribute credentials", "Request interface: attribute cache", - "Request interface: attribute redirect", "Request interface: attribute integrity", "Request interface: attribute keepalive", "Request interface: attribute isReloadNavigation", "Request interface: attribute isHistoryNavigation", "Request interface: attribute signal", - "Request interface: operation clone()", "Request interface: attribute body", "Request interface: attribute bodyUsed", - "Request interface: operation arrayBuffer()", - "Request interface: operation blob()", - "Request interface: operation formData()", - "Request interface: operation json()", - "Request interface: operation text()", "Response interface: operation error()", "Response interface: operation redirect(USVString, optional unsigned short)", - "Response interface: attribute type", - "Response interface: attribute url", - "Response interface: attribute redirected", - "Response interface: attribute status", - "Response interface: attribute ok", - "Response interface: attribute statusText", - "Response interface: attribute headers", - "Response interface: operation clone()", "Response interface: attribute body", "Response interface: attribute bodyUsed", - "Response interface: operation arrayBuffer()", - "Response interface: operation blob()", - "Response interface: operation formData()", - "Response interface: operation json()", - "Response interface: operation text()", "Window interface: operation fetch(RequestInfo, optional RequestInit)" ] }, |
