Form Resubmission Event
class FormResubmissionEvent(val view: WebView, val dontResend: Message, val resend: Message) : SyncHandlerEvent
As the host application if the browser should resend data as the requested page was a result of a POST. The default is to not resend the data.