On Mon Apr 14 18:14:34 2025 +0000, Gabriel Ivăncescu wrote:
Good point and I'm inclined to go that route, but there's one problem right now. XMLHttpRequest is an actual jscript function (which is fine because it matches the tests), but `create` is an external prop. This leads to the crash since a jscript function doesn't have `prop_get` method (HostObject_prop_get rather). Custom prop isn't going to solve this unfortunately. IMO I think simplest way is to just make `create` a normal jscript prop in this case, especially since it's an exception to the rule. Is that fine?
Ah, right, so it's already broken. Yeah, that might be the way to go.