Searched +defs:inline +defs:open (Results 1 – 2 of 2) sorted by relevance
/third_party/typescript/lib/ |
D | lib.dom.d.ts | 1730 inline?: ScrollLogicalPosition; property 3358 open(cacheName: string): Promise<Cache>; method 4903 open(url?: string, name?: string, features?: string, replace?: boolean): Document; method 6602 open: boolean; property 6615 open: boolean; property 9261 open(name: string, version?: number): IDBOpenDBRequest; method 18649 open(url?: string, target?: string, features?: string, replace?: boolean): Window | null; method 18911 open(method: string, url: string): void; method 18912 …open(method: string, url: string, async: boolean, username?: string | null, password?: string | nu… method
|
/third_party/typescript/src/lib/ |
D | dom.generated.d.ts | 1710 inline?: ScrollLogicalPosition; property 3338 open(cacheName: string): Promise<Cache>; method 4883 open(url?: string, name?: string, features?: string, replace?: boolean): Document; method 6582 open: boolean; property 6595 open: boolean; property 9241 open(name: string, version?: number): IDBOpenDBRequest; method 18629 open(url?: string, target?: string, features?: string, replace?: boolean): Window | null; method 18891 open(method: string, url: string): void; method 18892 …open(method: string, url: string, async: boolean, username?: string | null, password?: string | nu… method
|