MIMEParams
The MIMEParams
API provides read and write access to the parameters of a MIMEType
.
Since
v19.1.0, v18.13.0
Functions
Link copied to clipboard
fun entries(): ERROR CLASS: Symbol not found for js.iterable.JsIterator<ERROR CLASS: Symbol not found for js.array.Tuple2<kotlin/String, kotlin/String>>
Returns an iterator over each of the name-value pairs in the parameters. Each item of the iterator is a JavaScript Array
. The first item of the array is the name
, the second item of the array is the value
.