Is it possible to create a js object that is not under the window object? If yes, then how?
There is a different ongoing discussion when I'm trying to understand the location of _internalRoot
object created by ReactRoot() constructor. Good people say that most probably it's not under the window
object.
I was sure that we could not create an object outside of a window object.