From d5d59bb794503416ced2c3ad6a2bb043f97ce3e5 Mon Sep 17 00:00:00 2001 From: Luca Casonato Date: Wed, 26 May 2021 23:44:42 +0200 Subject: fix(fetch): make prototype properties writable (#10769) --- tools/wpt/expectation.json | 23 ----------------------- 1 file changed, 23 deletions(-) (limited to 'tools') 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", - "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)" ] }, -- cgit v1.2.3