Skip to content

Handling of properties in Request / Response objects #6

@lucacasonato

Description

@lucacasonato
  • 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: ✅

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions