MCPcopy Create free account
hub / github.com/NativeScript/firebase / contentDisposition

Method contentDisposition

packages/firebase-storage/index.ios.ts:278–280  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

276 }
277
278 get contentDisposition(): string {
279 return this.native?.contentDisposition;
280 }
281
282 set contentDisposition(value) {
283 this.native.contentDisposition = value;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected