WebKit2.FormSubmissionRequest.prototype.get_text_fields

function get_text_fields(): {void: void} {
    // Gjs wrapper for webkit_form_submission_request_get_text_fields()
}
  

Get a GLib.HashTable with the values of the text fields contained in the form associated to request.

Returns

a GLib.HashTable with the form text fields, or null if the form doesn't contain text fields.