Details
-
Task
-
Resolution: Unresolved
-
P3: Somewhat important
-
6.8
-
None
Description
Apparently, JavaScript has globalThis global property, and it's marked as fully supported in Browser compatibility table on MDN:
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/globalThis
QML/JS engine has to implement it as well, both in QML components and JavaScript modules/sources.
I guess, the value would be this thing? https://doc.qt.io/qt-5/qtqml-javascript-qmlglobalobject.html
Attachments
Issue Links
- relates to
-
QTBUG-97724 Update ECMAScript version
- Reported