Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
Description
Per documentation 'loaderror' event should has code and message properties, but I don't see them on Windows
InAppBrowserEvent Properties type: the eventname, either loadstart, loadstop, loaderror, or exit. (String) url: the URL that was loaded. (String) code: the error code, only in the case of loaderror. (Number) message: the error message, only in the case of loaderror. (String)
There is the following unit test for this case:`inappbrowser.spec.6 should support loaderror event`