You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Linux player browser engine does not support ES6 syntax which is why you're getting this error (that same page would not work in many older Android devices, IE or Safari 8, either).
The only recourse in this case is to update the source web page for ES5.
We should not show the alert dialog though! So I will re-purpose this bug report for that.
dasgarner
changed the title
Error: Unexpected use of reserved word 'let' in strict mode
Unwanted alert window: Unexpected use of reserved word 'let' in strict mode
Jun 8, 2021
Describe the bug
One region, one HTML View: The linux player embedded HTML viewer has problems with Javascript's
let
keyword.To Reproduce
Embed HTML page with let Javascript? I included Check_MK dashboard to let this happen.
Expected behavior
No JS error
Logs
not applicable
Screenshots
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: