On Wed Apr 30 15:03:22 2025 +0000, Jacek Caban wrote:
I generally like the new approach, but unless I'm missing something, this would not work when mixed compat modes are involved. There are a few objects like location that are in quicks mode even when the document is IE11 otherwise. Should we give them an id in IE9+ too?
location is special since it's tied to the outer window, without being a "proxy" for something else (inner window), and it's never a jscript object on native; it's correct the way it is.
I guess I can just check if it has an id and use the `tid` otherwise.