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

remove webstreams polyfill #147

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

ferozco
Copy link
Contributor

@ferozco ferozco commented Apr 14, 2022

Before this PR

We pulled in web-streams-polyfill to support receiving binary responses from servers. from the looks of it https://developer.mozilla.org/en-US/docs/Web/API/Streams_API#browser_compatibility it seems like ever modern browser now supports web-streams.

The polyfill ended up just being bloat and the version that we were depending on was wildly out of date (2.0.6 is 2 years old, 3.2.1 is latest)

After this PR

==COMMIT_MSG==
remove webstreams polyfill
==COMMIT_MSG==

Possible downsides?

It may break someone using ie

@palantirtech
Copy link
Member

Thanks for your interest in palantir/conjure-typescript-runtime, @ferozco! Before we can accept your pull request, you need to sign our contributor license agreement - just visit https://cla.palantir.com/ and follow the instructions. Once you sign, I'll automatically update this pull request.

@stale
Copy link

stale bot commented Apr 28, 2022

This PR has been automatically marked as stale because it has not been touched in the last 14 days. If you'd like to keep it open, please leave a comment or add the 'long-lived' label, otherwise it'll be closed in 7 days.

@stale stale bot added the stale label Apr 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants