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
Currently, the nullish coalescing operator ?? is not supported in JavaScript on the VTT platform. We can use the logical OR operator || to achieve something similar if you add additional checks.
To fix this, the JavaScript engine version needs to be updated to support ECMAScript 2020 features. According to ChatGPT. Whatever that means.
The text was updated successfully, but these errors were encountered:
Currently, the nullish coalescing operator ?? is not supported in JavaScript on the VTT platform. We can use the logical OR operator || to achieve something similar if you add additional checks.
To fix this, the JavaScript engine version needs to be updated to support ECMAScript 2020 features. According to ChatGPT. Whatever that means.
The text was updated successfully, but these errors were encountered: