Skip to content

Conversation

duzda
Copy link
Contributor

@duzda duzda commented Aug 31, 2025

Does not fully implement RequestInit, only what seemed useful.

Closes: #4
Closes: #10

Deprecates: #5

Please let me know about naming stuff, docs and other issues

Does not fully implement RequestInit, only what seemed useful.

Closes: gleam-lang#4
Closes: gleam-lang#10
@duzda
Copy link
Contributor Author

duzda commented Aug 31, 2025

I've updated the node version as the features have been added in v20.

Copy link
Member

@lpil lpil left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for this! There's several different things being added in this PR, but we only accept one change per PR. Could you please extract one feature from this branch and make a PR for just that please. 🙏 Then we can straightforwardly review it and decide what the best approach should be.

@duzda
Copy link
Contributor Author

duzda commented Aug 31, 2025

Of course! I will split this into two PRs, one regarding fetch_options, the other regarding AbortController and AbortSignal, as those two are coupled together functionality wise. AbortController and AbortSignal only make sense once the other is merged.

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.

Making requests with timeout Passing options when sending fetch requests
2 participants