Материал из Module developer
Callback parameters:
in_url - the path to the opening page.
Example:
IR.AddListener(IR.EVENT_BROWSER_PAGE_STARTED, 0, function (in_url) {
IR.Log (in_url);
})
Callback parameters:
in_url - the path to the opening page.
Example:
IR.AddListener(IR.EVENT_BROWSER_PAGE_STARTED, 0, function (in_url) {
IR.Log (in_url);
})