Sergey Grebnov created CB-10454:
-----------------------------------
Summary: InAppBrowser: 'loaderror' event does not have code and
message fields on Windows
Key: CB-10454
URL: https://issues.apache.org/jira/browse/CB-10454
Project: Apache Cordova
Issue Type: Bug
Components: Plugin InAppBrowser
Reporter: Sergey Grebnov
Assignee: Sergey Grebnov
Priority: Minor
Per documentation 'loaderror' event should has code and message properties, but
I don't see them on Windows
{code}
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)
{code}
There is the following unit test for this case:`inappbrowser.spec.6 should
support loaderror event`
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]