Forum Discussion

Claudius's avatar
3 years ago

Event.path deprecation in Chrome Jan'23

Chrome developers announced deprecation of the Blink JS engine specific Event.path API in January 2023. This will affect end users with both Chrome and Edge browsers. It's being replaced by the standard method Event.composedPath().

Latest Chrome already started flagging a warning in developer console for use of that API in lia-scripts-body-min.js - Not sure if any crucial functionality (like building any info of the LITHIUM.CommunityJsonObject) is based on this script, but would love to hear from Khoros that updating the script is on their radar.