Skip to content

credentials not implemented for fetch in some environments such as cfw #64

@einkoro

Description

@einkoro

When trying to use redaxios on CloudFlare Workers it will throw the following error:

 The 'credentials' field on 'RequestInitializerDict' is not implemented.

As the default is same-origin for credentials this could probably be worked around by not passing a credentials property when withCredentials is set to false:
https://developer.mozilla.org/en-US/docs/Web/API/Request/credentials

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions