contentDisposition property

String contentDisposition
inherited

Served as the 'Content-Disposition' header on object download.

Implementation

String get contentDisposition => jsObject.contentDisposition;
void contentDisposition=(String s)
inherited

Implementation

set contentDisposition(String s) {
  jsObject.contentDisposition = s;
}