Home
last modified time | relevance | path

Searched defs:loadContent (Results 1 – 1 of 1) sorted by relevance

/interface/sdk-js/api/
D@ohos.window.d.ts5348 loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void; method
5395 loadContent(path: string, storage: LocalStorage): Promise<void>; method
5407 loadContent(path: string, callback: AsyncCallback<void>): void; method
5419 loadContent(path: string): Promise<void>; method
9638 loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void; method
9684 loadContent(path: string, storage?: LocalStorage): Promise<void>; method
9727 loadContent(path: string, callback: AsyncCallback<void>): void; method