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