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.ts4893 loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void; method
4940 loadContent(path: string, storage: LocalStorage): Promise<void>; method
4952 loadContent(path: string, callback: AsyncCallback<void>): void; method
4964 loadContent(path: string): Promise<void>; method
8784 loadContent(path: string, storage: LocalStorage, callback: AsyncCallback<void>): void; method
8830 loadContent(path: string, storage?: LocalStorage): Promise<void>; method
8873 loadContent(path: string, callback: AsyncCallback<void>): void; method