On Tue Apr 22 23:01:04 2025 +0000, Jacek Caban wrote:
This is a very specific case, and a special case like this doesn’t really belong in the generic code here. `HTMLXMLHttpRequestFactory_Create` seems like the logical place to handle it instead. That makes me think removing the `init_constructor` logic earlier might not be the right call after all.
Yeah maybe I can keep `init_constructor` to just initialize the dispatch in most cases (except for this), which makes more sense from the name too.