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