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

Blob and Request.blob #121

Open
guybedford opened this issue Aug 27, 2024 · 1 comment
Open

Blob and Request.blob #121

guybedford opened this issue Aug 27, 2024 · 1 comment

Comments

@guybedford
Copy link
Contributor

guybedford commented Aug 27, 2024

Supporting a Blob intrinsic eg:

  return new Response(new Blob(['<h1>hello world</h1>', { type: 'text/html' }]));

Per https://developer.mozilla.org/en-US/docs/Web/API/Blob and https://developer.mozilla.org/en-US/docs/Web/API/Request/blob.

@guybedford guybedford moved this to Fetch in WinterCG / Compat Aug 27, 2024
This was referenced Oct 11, 2024
@andreiltd
Copy link
Contributor

I will have a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Fetch
Development

No branches or pull requests

2 participants