Automatically enable GROWABLE_ARRAYBUFFERS when min browser versions allow#27097
Merged
Conversation
kleisauke
reviewed
Jun 11, 2026
kleisauke
reviewed
Jun 11, 2026
5dcfa01 to
42db730
Compare
Collaborator
Author
|
Rebased on top of #27103 |
42db730 to
de757b7
Compare
0fac509 to
7c02356
Compare
kleisauke
reviewed
Jun 12, 2026
Collaborator
|
|
kripken
approved these changes
Jun 12, 2026
480a566 to
7233255
Compare
Collaborator
Author
Turns out GROWABLE_ARRAYBUFFERS is not compatible with wasm2js, so I encoded that too. |
kleisauke
approved these changes
Jun 12, 2026
7233255 to
a8045e9
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
See #27096 (comment)
Also, remove the experimental status, since this feature is now available in all browser and we hope
to feature-detect it soon and start using it even without this flag.
Fixes: #26099