Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ contentEncoding
Method
contentEncoding
packages/firebase-storage/index.android.ts:272–274 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
270
}
271
272
get contentEncoding(): string {
273
return
this.native.getContentEncoding?.();
274
}
275
276
set contentEncoding(value) {
277
if
(!this._builder) {
Callers
nothing calls this directly
Calls
1
_createBuilder
Method · 0.95
Tested by
no test coverage detected