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

Replace trailing n BigInt notation in bufToBigInt function #84

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

Conversation

cassiano-op-tw
Copy link

@cassiano-op-tw cassiano-op-tw commented Nov 21, 2024

the trailing n notation doesn't get transpiled and throws an Unexpected token ILLEGAL error in older browsers, like Chrome 38, used in some LG TV models.
using the BigInt() function call instead, the error is not thrown.
image

the trailing n notation throws Unexpected token ILLEGAL error in older browsers, like Chrome 38, used in LG TVs. using the BigInt() function call fixes it.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant