Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ contentType
Method
contentType
packages/firebase-storage/index.android.ts:294–296 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
292
}
293
294
get contentType(): string {
295
return
this.native.getContentType?.();
296
}
297
298
set contentType(value) {
299
if
(!this._builder) {
Callers
nothing calls this directly
Calls
1
_createBuilder
Method · 0.95
Tested by
no test coverage detected