Hi.
I already had the opportunity to ask the same question here: How
can I use Diagnostics Object Model APIs?
Will report part of the content here as well.
In the Internet Explorer DevCenter page I could reach a very interesting section about developer APIs. In particular there is a section covering the Diagnostics Object Model API. This is something very cool I think but the problem is that I couldn't find a way to use such APIs.
There are many pages about methods, properties that one can use, but absolutely no page where it is possible to download something or understand how to use these tools. For example consider the DiagnosticsGlobalScope object used across this API to retrieve references to all methods and other objects for diagnostics: I tried typing it in F12 console, but did not succeeded in getting a reference to a valid object.
What is this API? How is it possible to use it? How is it possible to access the code from F12?
Thank you
Andrea Tino