We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Request.method: ✅
Request.method
Request.url: ✅
Request.url
Request.headers: ✅
Request.headers
Request.destination: ❌ do not have the property (ie "destination" in req === false)
Request.destination
"destination" in req === false
Request.referrer: ❌ do not have the property
Request.referrer
Request.referrerPolicy: ❌ do not have the property
Request.referrerPolicy
Request.mode: ❌ do not have the property
Request.mode
Request.credentials: ❌ do not have the property
Request.credentials
Request.cache: ✅ (with considerations as to the default)
Request.cache
Request.redirect: ✅
Request.redirect
Request.integrity: ✅ (as specified)
Request.integrity
Request.keepalive: ❌ do not have the property
Request.keepalive
Request.isReloadNavigation: ❌ do not have the property
Request.isReloadNavigation
Request.isHistoryNavigation: ❌ do not have the property
Request.isHistoryNavigation
Request.signal: ✅
Request.signal
Request.duplex: ✅ (same caviats as Handling of properties in Request/Response init dictionaries #5)
Request.duplex
Response.type: ✅
Response.type
Response.url: ✅
Response.url
Response.redirected: ✅
Response.redirected
Response.status: ✅
Response.status
Response.ok: ✅
Response.ok
Response.statusText: ✅
Response.statusText
Response.headers: ✅
Response.headers
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Request.method
: ✅Request.url
: ✅Request.headers
: ✅Request.destination
: ❌ do not have the property (ie"destination" in req === false
)Request.referrer
: ❌ do not have the propertyRequest.referrerPolicy
: ❌ do not have the propertyRequest.mode
: ❌ do not have the propertyRequest.credentials
: ❌ do not have the propertyRequest.cache
: ✅ (with considerations as to the default)Request.redirect
: ✅Request.integrity
: ✅ (as specified)Request.keepalive
: ❌ do not have the propertyRequest.isReloadNavigation
: ❌ do not have the propertyRequest.isHistoryNavigation
: ❌ do not have the propertyRequest.signal
: ✅Request.duplex
: ✅ (same caviats as Handling of properties in Request/Response init dictionaries #5)Response.type
: ✅Response.url
: ✅Response.redirected
: ✅Response.status
: ✅Response.ok
: ✅Response.statusText
: ✅Response.headers
: ✅The text was updated successfully, but these errors were encountered: