2.3.2.5 encoding

encoding of type DOMString

Sets or retrieves the MIME encoding for the form.

As defined in [HTML4:1999], this is a DOM attribute only and reflects the value of the enctype attribute in the markup.

This attribute has a default value of application/x-www-form-urlencoded.

This attribute extends the HTMLFormElement interface.