-
Notifications
You must be signed in to change notification settings - Fork 0
Description
-
Request.method
: ✅ -
Request.url
: ✅ -
Request.headers
: ✅ -
Request.destination
: ❌ do not have the property (ie"destination" in req === false
) -
Request.referrer
: ❌ do not have the property -
Request.referrerPolicy
: ❌ do not have the property -
Request.mode
: ❌ do not have the property -
Request.credentials
: ❌ do not have the property -
Request.cache
: ✅ (with considerations as to the default) -
Request.redirect
: ✅ -
Request.integrity
: ✅ (as specified) -
Request.keepalive
: ❌ do not have the property -
Request.isReloadNavigation
: ❌ do not have the property -
Request.isHistoryNavigation
: ❌ do not have the property -
Request.signal
: ✅ -
Request.duplex
: ✅ (same caviats as Handling of properties in Request/Response init dictionaries #5) -
Response.type
: ✅- Requires some more exploration
- Likely only "default" and "error" are used, because all other things are cors related
-
Response.url
: ✅ -
Response.redirected
: ✅ -
Response.status
: ✅ -
Response.ok
: ✅ -
Response.statusText
: ✅ -
Response.headers
: ✅