-
Notifications
You must be signed in to change notification settings - Fork 146
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
Re-evaluate need for Buffer polyfill #345
Comments
jjhbw
added a commit
that referenced
this issue
Jan 12, 2024
…fer should work with ArrayBuffer, with the benefit that browsers don't need a polyfill.
jjhbw
changed the title
Re-evaluate need for browser polyfill (only used to polyfill Buffer)
Re-evaluate need for Buffer polyfill
Jan 12, 2024
jjhbw
added a commit
that referenced
this issue
Jan 12, 2024
…fer should work with ArrayBuffer, with the benefit that browsers don't need a polyfill.
jjhbw
added a commit
that referenced
this issue
Jan 12, 2024
…fer should work with ArrayBuffer, with the benefit that browsers don't need a polyfill.
jjhbw
added a commit
that referenced
this issue
Jan 12, 2024
…fer should work with ArrayBuffer, with the benefit that browsers don't need a polyfill.
jjhbw
added a commit
that referenced
this issue
Jan 12, 2024
…fer should work with ArrayBuffer, with the benefit that browsers don't need a polyfill.
jjhbw
added a commit
that referenced
this issue
Jan 12, 2024
jjhbw
added a commit
that referenced
this issue
Sep 25, 2024
brijeshbv
pushed a commit
to BrandonDR/docx-templates
that referenced
this issue
Nov 13, 2024
Revert "Issue guigrpa#345: Remove unnecessary polyfill." This reverts commit 99930b5.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Typing every use of
Buffer
asArrayBuffer
should work fine.Polyfills for
Stream
(for Sax) etc. are probably still required...The text was updated successfully, but these errors were encountered: