-
Notifications
You must be signed in to change notification settings - Fork 3.4k
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
[bug] tokens.at
is not a function
#3546
Comments
We don't officially support any browsers but we support nodejs >=18 which I believe is es2022 so any browsers that support es2022 should work. If you need support for older browsers using babel to transpile marked to your target browsers should work. If it doesn't, feel free to create an issue for that. |
@UziTech Thanks for the reply. For the record we currently have Ultimately it is of course your call whether to modernize syntax, and doing so in a major version bump as you did makes sense. I would just suggest updating the release notes and/or README to reflect this, as it is a breaking change. |
If you would like to help list every possible things that can break between each breaking change, that would be very helpful😁👍 |
Marked version:
15.0.2
Describe the bug
After upgrading from v14, our app started getting error reports with the following text:
... so I am doing as instructed 😛
The immediate stack trace reads:
To Reproduce
Unclear as this only arose through our error logging. We ended up rolling back the
marked
upgrade, but if/when we find out more information about a specific reproduction path, we will update.However our logging indicates this error only occurs on a limited range of older browser versions, including Safari 15.3 and earlier, and Chrome 125 and earlier, and it appears the
.at()
method is not supported on Safari before v15.4 (though supposedly it's supported in Chrome 92+ making the error there a bit more curious). It's not clear whether Marked still supports these versions as the readme currently only says "not IE11".Expected behavior
The parsing works as expected / without error.
The text was updated successfully, but these errors were encountered: