cloudflare / workers-types

TypeScript type definitions for authoring Cloudflare Workers.
BSD 3-Clause "New" or "Revised" License
359 stars 89 forks source link

IMSZ-563 add origin-auth to images fetch #288

Closed florianmartens closed 2 years ago

florianmartens commented 2 years ago

When fetching images for authenticated origins users may use an option called 'origin-auth' as part of the fetch api. Previously, the option was not present in the types eventhough it was supported by the api. This PR adds the option to the interface.

changeset-bot[bot] commented 2 years ago

🦋 Changeset detected

Latest commit: dc611e5eba13d02e8f571faef7220b32494ffb0b

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 1 package | Name | Type | | ------------------------- | ----- | | @cloudflare/workers-types | Patch |

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

WalshyDev commented 2 years ago

Closes #282