issues Search Results · repo:anonyco/FastestSmallestTextEncoderDecoder language:JavaScript
Filter by
19 results
(66 ms)19 results
inanonyco/FastestSmallestTextEncoderDecoder (press backspace or delete to remove)I m working on an Android app with react native/android studio/@azure service-bus. After this issue with @azure
service-bus https://github.com/Azure/azure-sdk-for-js/issues/30342 , I installed fastestsmallesttextencoderdecoder: ...
Giuseppe-Lo-Re
- 1
- Opened on Jul 11, 2024
- #23
Been using this on react-native, but as of 0.74.0, the underlying hermes engine now includes TextEncoder, but doesn t
have TextDecoder. Since the polyfill only checks if TextEncoder exists or not (making ...
davidliu
- Opened on May 22, 2024
- #21
To support Worklets we have to consider globalThis.
Basically:
https://github.com/anonyco/FastestSmallestTextEncoderDecoder/blob/f04c88cf11024672e4d3e3dd59b9530b50eefbed/EncoderDecoderTogether.src.js#L453 ...
daxpedda
- Opened on Feb 17, 2023
- #20
We noticed encoding issues using this library in production, and after some investigation it turns out there s a
correctness issue in the library. I took the official WPT testcases and threw a loose harness ...
marcusdarmstrong
- 3
- Opened on Dec 20, 2022
- #19
I m executing this polyfill in v8, and getting:
TypeError: Cannot read property allocUnsafe of undefined
It s coming from this line:
var NativeBuffer_allocUnsafe = NativeBuffer[ allocUnsafe ];
Commenting ...
josharian
- 3
- Opened on Jun 8, 2021
- #18
At
https://github.com/anonyco/FastestSmallestTextEncoderDecoder/blob/master/individual/FastestTextDecoderPolyfill.src.js#L52
the input Uint8Array sometimes carry a non-zero byteOffset, which is needed ...
spongestrong
- Opened on Feb 16, 2021
- #17
!DOCTYPE html
html
head
meta charset= utf-8
/head
body
script src= https://dl.dropboxusercontent.com/s/r55397ld512etib/EncoderDecoderTogether.min.js?dl=0 nomodule= type= text/javascript ...
bwindels
- Opened on Sep 18, 2020
- #16
Here is the warning:
WARNING in /app/node_modules/fastestsmallesttextencoderdecoder/EncoderDecoderTogether.min.js
Module Warning (from /app/node_modules/source-map-loader/index.js):
(Emitted value instead ...
dv-anatolyg49
- 1
- Opened on Jul 15, 2020
- #15
Hey Jack!
Thank you again for this amazing library! I n using parts of the code in https://github.com/Bnaya/objectbuffer
V8 and other js engines are trying to deduplicate strings references, and also ...
Bnaya
- 1
- Opened on Jun 27, 2020
- #13
I believe this property is required as part of the specification --
https://encoding.spec.whatwg.org/#dom-textencoder-encoding but I can not see it being set in this polyfill.
new TextEncoder().encoding ...
JakeChampion
- Opened on Jun 26, 2020
- #12

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.