On Mon Apr 14 15:03:59 2025 +0000, Gabriel Ivăncescu wrote:
Sorry, probably having a dumb moment, which props do you have in mind to test to affect this code? Since accessors/methods are placed on the prototype. (I can add a check for the object's id regardless, not a big deal, I'm just having trouble coming up with a test)
`XMLHttpRequest.create` is an own property of the constructor, not its prototype (which is `Function.prototype`).