- Compatibility with Firefox having multi-process enabled (Firefox > 45a2 )
- har collector object :
- the property
listener
has been changed by a methodgetListener()
. - it has two new methods:
register()
andunregister()
. They initialize/unregister internally a page progress object and a net log object. You don't have to unregister your self page progress object and net log object corresponding to the browser, when you want to remove a har collector from a browser. Just callunregister()
instead ofstop()
in this case.
- the property
- added an HAR collector
- reorganized internal architecture