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

Safari supports fetch streaming too #98

Open
jimmywarting opened this issue Oct 14, 2018 · 2 comments
Open

Safari supports fetch streaming too #98

jimmywarting opened this issue Oct 14, 2018 · 2 comments

Comments

@jimmywarting
Copy link

In the readme it says

The following browsers support true streaming, where only a small amount of the request has to be held in memory at once:

Chrome >= 43 (using the fetch API)
Firefox >= 9 (using moz-chunked-arraybuffer responseType with xhr)

@jimmywarting jimmywarting changed the title Safari supports streaming too Safari supports fetch streaming too Oct 14, 2018
@gabrielgrant
Copy link

according to Mozilla's browser compat chart Safari now also fully supports WritableStream. Will stream-http make use of it properly in Safari?

@jhiesey
Copy link
Owner

jhiesey commented Jan 15, 2022

I haven't tested it, but in theory it should automatically work. Unfortunately some of Safari's stream implementations have been buggy so that might not be a good thing.

I'll try to get around to testing it soon.

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

No branches or pull requests

3 participants