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

[worker] Add FormData conversion into JsValue #634

Merged
merged 1 commit into from
Sep 12, 2024

Conversation

thibmeu
Copy link
Contributor

@thibmeu thibmeu commented Sep 2, 2024

This allows FormData to be constructed and passed as JsValue later on. For instance, RequestInit::new().with_body(formdata.into()).

This allows FormData to be constructed and passed as JsValue later on.
For instance, `RequestInit::new().with_body(Some(formdata.into()))`
@thibmeu
Copy link
Contributor Author

thibmeu commented Sep 12, 2024

@kflansburg when you have time

@kflansburg kflansburg merged commit 535e103 into cloudflare:main Sep 12, 2024
3 checks passed
github-actions bot pushed a commit that referenced this pull request Sep 13, 2024
This allows FormData to be constructed and passed as JsValue later on.
For instance, `RequestInit::new().with_body(Some(formdata.into()))`
renovate bot referenced this pull request in spiraldb/vortex Sep 13, 2024
This PR contains the following updates:

| Package | Type | Update | Change |
|---|---|---|---|
| [worker](https://redirect.github.com/cloudflare/workers-rs) |
workspace.dependencies | minor | `0.3.0` -> `0.4.0` |

---

### Release Notes

<details>
<summary>cloudflare/workers-rs (worker)</summary>

###
[`v0.4.0`](https://redirect.github.com/cloudflare/workers-rs/releases/tag/v0.4.0)

[Compare
Source](https://redirect.github.com/cloudflare/workers-rs/compare/v0.3.4...v0.4.0)

#### What's Changed

- Relax type of callback arguments to `Router` methods. This uses APIT
to allow more types than a function pointer to implement handlers (i.e.
async closure) by
[@&#8203;compiler-errors](https://redirect.github.com/compiler-errors)
in
[https://github.com/cloudflare/workers-rs/pull/605](https://redirect.github.com/cloudflare/workers-rs/pull/605)
- Fix typos in CORS argument names by
[@&#8203;OliverEvans96](https://redirect.github.com/OliverEvans96) in
[https://github.com/cloudflare/workers-rs/pull/629](https://redirect.github.com/cloudflare/workers-rs/pull/629)
- Implement `get_all` function to return non-folding set-cookie headers
by [@&#8203;nakamura-shuta](https://redirect.github.com/nakamura-shuta)
in
[https://github.com/cloudflare/workers-rs/pull/597](https://redirect.github.com/cloudflare/workers-rs/pull/597)
- Add `FormData` conversion into `JsValue` by
[@&#8203;thibmeu](https://redirect.github.com/thibmeu) in
[https://github.com/cloudflare/workers-rs/pull/634](https://redirect.github.com/cloudflare/workers-rs/pull/634)

> \[!CAUTION]
> Breaking: Make R2 `Object::size` return `u64` by
[@&#8203;lkolbly](https://redirect.github.com/lkolbly) in
[https://github.com/cloudflare/workers-rs/pull/625](https://redirect.github.com/cloudflare/workers-rs/pull/625)

#### New Contributors

- [@&#8203;lkolbly](https://redirect.github.com/lkolbly) made their
first contribution in
[https://github.com/cloudflare/workers-rs/pull/625](https://redirect.github.com/cloudflare/workers-rs/pull/625)
- [@&#8203;compiler-errors](https://redirect.github.com/compiler-errors)
made their first contribution in
[https://github.com/cloudflare/workers-rs/pull/605](https://redirect.github.com/cloudflare/workers-rs/pull/605)
- [@&#8203;OliverEvans96](https://redirect.github.com/OliverEvans96)
made their first contribution in
[https://github.com/cloudflare/workers-rs/pull/629](https://redirect.github.com/cloudflare/workers-rs/pull/629)
- [@&#8203;nakamura-shuta](https://redirect.github.com/nakamura-shuta)
made their first contribution in
[https://github.com/cloudflare/workers-rs/pull/597](https://redirect.github.com/cloudflare/workers-rs/pull/597)
- [@&#8203;thibmeu](https://redirect.github.com/thibmeu) made their
first contribution in
[https://github.com/cloudflare/workers-rs/pull/634](https://redirect.github.com/cloudflare/workers-rs/pull/634)

**Full Changelog**:
cloudflare/workers-rs@v0.3.4...v0.4.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - At any time (no schedule defined),
Automerge - At any time (no schedule defined).

🚦 **Automerge**: Enabled.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/spiraldb/vortex).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC43NC4xIiwidXBkYXRlZEluVmVyIjoiMzguNzQuMSIsInRhcmdldEJyYW5jaCI6ImRldmVsb3AiLCJsYWJlbHMiOltdfQ==-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
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.

3 participants