Skip to main content

values

method MIMEParams.prototype.values
Jump to headingMIMEParams.prototype.values(): IterableIterator<string>

Returns an iterator over the values of each name-value pair.

Return Type Jump to heading

IterableIterator<string>
Back to top