When I wanted to access the website https://kiosk.redroverk12.com/PUWMXD, I met an error and this results I can't use the features on the website anymore. The error is as follows when I capture it through adb log.
2024-05-20 15:29:13.228 1343-1343 chromium jp.hazuki.yuzubrowser I [INFO:CONSOLE(91058)] "Uncaught SyntaxError: Invalid regular expression: /^(\p{Extended_Pictographic}|\p{Emoji_Component})+$/: Invalid property name", source: https://kiosk.redroverk12.com/client.c9dca59b6d82dabf066b.js (91058)
It seems the property {Emoji_Component} & {Extended_Pictographic} are not supported properly in YuzuBrowser javascript library, is it?
I really want to make these two properties supported by my favourite browser, as now these two properties are common used in most javascript APIs.
When I wanted to access the website https://kiosk.redroverk12.com/PUWMXD, I met an error and this results I can't use the features on the website anymore. The error is as follows when I capture it through adb log.
2024-05-20 15:29:13.228 1343-1343 chromium jp.hazuki.yuzubrowser I [INFO:CONSOLE(91058)] "Uncaught SyntaxError: Invalid regular expression: /^(\p{Extended_Pictographic}|\p{Emoji_Component})+$/: Invalid property name", source: https://kiosk.redroverk12.com/client.c9dca59b6d82dabf066b.js (91058)It seems the property {Emoji_Component} & {Extended_Pictographic} are not supported properly in YuzuBrowser javascript library, is it?
I really want to make these two properties supported by my favourite browser, as now these two properties are common used in most javascript APIs.