Expose Fetcher HTTP Responses to user via event #3362
alexgdiaz98
started this conversation in
Ideas
Replies: 1 comment
-
I think 99% of the users won't need it, so I wouldn't complicate the API. Custom problems require custom solutions. So I would recommend fetching audio in your app code and calling |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
@katspaugh I would like to expose the raw HTTP responses handled by
Fetcher
to the user by emitting a new event type. My file server embeds useful file metadata in the response headers. Do you think this is a good idea?Ex:
Beta Was this translation helpful? Give feedback.
All reactions