Skip to main content
method MIMEParams.prototype.values
MIMEParams.prototype.values(): IterableIterator<string>
Deprecated

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

Return Type

IterableIterator<string>
Back to top