On Thu Aug 11 18:48:33 2022 +0000, Jacek Caban wrote:
You can achieve this by adding interfaces in the right order, there is no need for such weird constructs. For location and setTimeout themselves, it also seems possible to use the private interface, but maybe that's for another day...
Oh I see, I thought there was a reason they were in the given order, didn't want to mess something up.
As for the private interface, we don't currently expose a private interface for all compat modes, and this hook/behavior needs to apply to all modes.