Skip to main content
method MIMEParams.prototype.has
MIMEParams.prototype.has(name: string): boolean
Deprecated

Returns true if there is at least one name-value pair whose name is name.

Parameters

name: string

Return Type

boolean
Back to top