We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
in the method buildJavaScriptData(), you should check null first. e,g. if (event == null) event = "onerror";
Otherwise, when the network is broken and recovers, your app will crash due to the NPE.