Background: I was experimenting with proxying built-ins and noticed some speedbumps with proxying XMLHttpRequest. Through reading I have gathered that often these issues are because of Native Code methods accessing internal slots. I tried to look for any slots in the spec but it seems to be written in a different way and never mentions slots in the whole document.
So can I find a description of XMLHttpRequest that mentions if there are any internal slots?