diff options
author | Luca Casonato <lucacasonato@yahoo.com> | 2021-05-26 23:44:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-26 23:44:42 +0200 |
commit | d5d59bb794503416ced2c3ad6a2bb043f97ce3e5 (patch) | |
tree | e18b9655fedca63f068333fb1fa37297e3b0b3b7 /tools | |
parent | e5beb800c94099852964d482a32a13f5c29ec147 (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 e7aca77a8..f504357f7 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)" ] }, |