Skip to content
Samuel edited this page May 26, 2014 · 1 revision

Redirect

/**
 * Creates and sends form with [postData] to [url].
 *
 * This method inserts new form into the [window.document.body] and sends
 * it to the [url] by calling [FormElement.submit()] method.
 */
redirectPost(url, Map postData) {
}

Clone this wiki locally