Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NativeScript/firebase
/ contentEncoding
Method
contentEncoding
packages/firebase-storage/index.ios.ts:286–288 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
284
}
285
286
get contentEncoding(): string {
287
return
this.native?.contentEncoding;
288
}
289
290
set contentEncoding(value) {
291
this.native.contentEncoding = value;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected