Skip to content
New issue

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

Add fetch to the minimum common API #45

Merged
merged 2 commits into from
Jul 26, 2023
Merged

Conversation

andreubotella
Copy link
Member

Since non-browser WinterCG runtimes should use the WinterCG Fetch spec fork instead of the WHATWG spec, a note is added for every Fetch spec API linking to the fork.

Additionally, Request and Response require the FormData API, whose constructor optionally takes DOM elements. Different non-web runtimes behave differently here, so this PR adds an "Issue:" note marking it as a TODO.

Since non-browser WinterCG runtimes should use the WinterCG Fetch spec
fork instead of the WHATWG spec, a note is added for every Fetch spec
API linking to the fork.

Additionally, `Request` and `Response` require the `FormData` API,
whose constructor optionally takes DOM elements. Different non-web
runtimes behave differently here, so this PR adds an "Issue:" note
marking it as a TODO.
index.bs Show resolved Hide resolved
@jasnell jasnell merged commit e969de1 into wintercg:main Jul 26, 2023
1 check passed
@andreubotella andreubotella deleted the fetch branch July 26, 2023 18:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants