when I make Web Application. As far as I know, There are three objects(BOM, DOM, built-in Objects) to javascript. If I want to manipulate DOM object. I refer DOM official documentation in w3c.org following this.
If I want to know built-in objects. I can refer ECMA-262 documentation. It's very hard to read but it's official documentation.
https://www.ecma-international.org/publications/standards/Ecma-262.htm
If I want to control browser. I am googleing about BOM. I wonder where is offical BOM Object documentation. I think Google and Mozilla have to provide official documentation. but I couldn't find Where it is.
first question : Is there BOM standard like DOM?
Second question : Where is Chrome official BOM documentation?