Skip to main content

toString

method MIMEType.prototype.toString
Jump to headingMIMEType.prototype.toString(): string

The toString() method on the MIMEType object returns the serialized MIME.

Because of the need for standard compliance, this method does not allow users to customize the serialization process of the MIME.

Return Type Jump to heading

string
Back to top