I would like to be able to detect the path when I click somewhere using Edge/IE. With all other browsers I can use event.composedPath(), but Edge and IE don't support it.
I've been looking around and I only found pages discouraging from using path and using composedPath() instead, but I didn't find any reference for Edge.
Help, please!