Chrome recently introduced a limit to the length of data that can be passed through the `window.prompt` interface. It is now limited to [10240](https://chromium-review.googlesource.com/c/chromium/src/+/1112471/4/content/renderer/render_frame_impl.cc#2367) bytes.
This interface has been (mis-)used for [message passing](https://github.com/apache/cordova-plugin-inappbrowser/blob/master/src/android/InAppBrowser.java#L247) in the Android implementation. Unfortunately, this results in some quite unexpected behaviour, when Javascript evaluation results exceed 10240 bytes. [ Full content available at: https://github.com/apache/cordova-plugin-inappbrowser/issues/299 ] This message was relayed via gitbox.apache.org for [email protected]
