Start with the document of InternetExplorer object, and go deep with OLEView (shown below).
-
oleview.exe
usually locates at%ProgramFiles(x86)%\Windows Kits\8.1\bin\x64\
, and needs to run as administrator at the first time. -
After opening the window of OLEView, open the path
Object Classes > Grouped by Component Category > Automation Objects > Internet Explorer(Ver 1.0)
of the tree at left of the window. -
Right click
Internet Explorer(Ver 1.0)
on the tree, then selectView Type Information...
-
After ITypeLib Viewer opened, all the interface of Microsoft Internet Controls are shown in a tree.
-
Members & events of IE COM+ object can be found in the tree, and the defination code of every item will be shown at right of the window when you click at left.
No Babel plugins with Non-standard syntax.
Please use an editor (or with a plugin) which supports EditorConfig.
-
npm test
: Silent testing -
npm run debug
: Connect with Google Chrome DevTools and break at the first line of Testing script
Before committing, you should execute npm run build
manually, and then check document changes by npm run help
.
You should commit all the files of changed document while committing modified source code.