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

Add compatibility data for ArrayBuffer #1070

Merged
merged 2 commits into from
Jul 20, 2021

Conversation

lorenz
Copy link
Contributor

@lorenz lorenz commented Jul 20, 2021

The issue in #667 still happens as the original fix didn't actually supply any compatibility data. Thus the ArrayBuffer polyfill is still always delivered. This adds compatibility data so that it is actually omitted on browsers which don't need it. Compatibility data is taken from https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer#browser_compatibility and https://caniuse.com/mdn-javascript_builtins_arraybuffer.

@lorenz lorenz requested a review from a team as a code owner July 20, 2021 00:46
@CLAassistant
Copy link

CLAassistant commented Jul 20, 2021

CLA assistant check
All committers have signed the CLA.

@origamiserviceuser origamiserviceuser added this to incoming in Origami ✨ Jul 20, 2021
@github-actions github-actions bot added the library Relates to an Origami library label Jul 20, 2021
We are ignoring the support for @@species as the polyfill does not add that feature - instead we use the highest version of each browser within the support matrix

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/ArrayBuffer#browser_compatibility
Origami ✨ automation moved this from incoming to active Jul 20, 2021
@JakeChampion JakeChampion enabled auto-merge (rebase) July 20, 2021 09:18
@JakeChampion JakeChampion merged commit 113e18d into JakeChampion:master Jul 20, 2021
Origami ✨ automation moved this from active to complete Jul 20, 2021
@lorenz lorenz deleted the fix/arraybuffer-compatdata branch July 20, 2021 10:13
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Jul 21, 2022
@robertboulton robertboulton removed this from Done in Origami ✨ Jul 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
library Relates to an Origami library
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants