jonathanKingston / jonathanKingston/css-fetch-integration
Maybe should use credentials mode, not cross origin attribute state
Open
- Dominant language
- HTML
- Stars
- 0
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In newer APIs we are trying to not use the old confusing crossorigin=""/"anonymous"/"use-credentials". Instead it should be credentials = "omit", "same-origin", "include".
I'm not sure this is a perfect fit here because it seems like we would then also need to introduce mode = "same-origin", "cors", "no-cors" and some interdependencies between them.
@annevk, thoughts?
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.