Home
last modified time | relevance | path

Searched refs:IDBTransaction (Results 1 – 13 of 13) sorted by relevance

/third_party/typescript/lib/
Dlib.webworker.iterable.d.ts77 transaction(storeNames: string | Iterable<string>, mode?: IDBTransactionMode): IDBTransaction;
Dlib.dom.iterable.d.ts136 transaction(storeNames: string | Iterable<string>, mode?: IDBTransactionMode): IDBTransaction;
Dlib.webworker.d.ts1809 transaction(storeNames: string | string[], mode?: IDBTransactionMode): IDBTransaction;
1972 readonly transaction: IDBTransaction;
2115 readonly transaction: IDBTransaction | null;
2133 interface IDBTransaction extends EventTarget { interface
2150 onabort: ((this: IDBTransaction, ev: Event) => any) | null;
2151 oncomplete: ((this: IDBTransaction, ev: Event) => any) | null;
2152 onerror: ((this: IDBTransaction, ev: Event) => any) | null;
2161 …er<K extends keyof IDBTransactionEventMap>(type: K, listener: (this: IDBTransaction, ev: IDBTransa…
2163 …er<K extends keyof IDBTransactionEventMap>(type: K, listener: (this: IDBTransaction, ev: IDBTransa…
2167 declare var IDBTransaction: { variable
[all …]
Dlib.dom.d.ts9234 transaction(storeNames: string | string[], mode?: IDBTransactionMode): IDBTransaction;
9397 readonly transaction: IDBTransaction;
9540 readonly transaction: IDBTransaction | null;
9558 interface IDBTransaction extends EventTarget { interface
9575 onabort: ((this: IDBTransaction, ev: Event) => any) | null;
9576 oncomplete: ((this: IDBTransaction, ev: Event) => any) | null;
9577 onerror: ((this: IDBTransaction, ev: Event) => any) | null;
9586 …er<K extends keyof IDBTransactionEventMap>(type: K, listener: (this: IDBTransaction, ev: IDBTransa…
9588 …er<K extends keyof IDBTransactionEventMap>(type: K, listener: (this: IDBTransaction, ev: IDBTransa…
9592 declare var IDBTransaction: { variable
[all …]
/third_party/typescript/src/lib/
Dwebworker.iterable.generated.d.ts57 transaction(storeNames: string | Iterable<string>, mode?: IDBTransactionMode): IDBTransaction;
Ddom.iterable.generated.d.ts116 transaction(storeNames: string | Iterable<string>, mode?: IDBTransactionMode): IDBTransaction;
Dwebworker.generated.d.ts1789 transaction(storeNames: string | string[], mode?: IDBTransactionMode): IDBTransaction;
1952 readonly transaction: IDBTransaction;
2095 readonly transaction: IDBTransaction | null;
2113 interface IDBTransaction extends EventTarget { interface
2130 onabort: ((this: IDBTransaction, ev: Event) => any) | null;
2131 oncomplete: ((this: IDBTransaction, ev: Event) => any) | null;
2132 onerror: ((this: IDBTransaction, ev: Event) => any) | null;
2141 …er<K extends keyof IDBTransactionEventMap>(type: K, listener: (this: IDBTransaction, ev: IDBTransa…
2143 …er<K extends keyof IDBTransactionEventMap>(type: K, listener: (this: IDBTransaction, ev: IDBTransa…
2147 declare var IDBTransaction: { variable
[all …]
Ddom.generated.d.ts9214 transaction(storeNames: string | string[], mode?: IDBTransactionMode): IDBTransaction;
9377 readonly transaction: IDBTransaction;
9520 readonly transaction: IDBTransaction | null;
9538 interface IDBTransaction extends EventTarget { interface
9555 onabort: ((this: IDBTransaction, ev: Event) => any) | null;
9556 oncomplete: ((this: IDBTransaction, ev: Event) => any) | null;
9557 onerror: ((this: IDBTransaction, ev: Event) => any) | null;
9566 …er<K extends keyof IDBTransactionEventMap>(type: K, listener: (this: IDBTransaction, ev: IDBTransa…
9568 …er<K extends keyof IDBTransactionEventMap>(type: K, listener: (this: IDBTransaction, ev: IDBTransa…
9572 declare var IDBTransaction: { variable
[all …]
/third_party/typescript/tests/baselines/reference/
DglobalThisBlockscopedProperties.types67 …BKeyRange" | "IDBObjectStore" | "IDBOpenDBRequest" | "IDBRequest" | "IDBTransaction" | "IDBVersion…
DmappedTypeRecursiveInference.types100 …e: any; IDBObjectStore: any; IDBOpenDBRequest: any; IDBRequest: any; IDBTransaction: any; IDBVersi…
102 …e: any; IDBObjectStore: any; IDBOpenDBRequest: any; IDBRequest: any; IDBTransaction: any; IDBVersi…
108 …e: any; IDBObjectStore: any; IDBOpenDBRequest: any; IDBRequest: any; IDBTransaction: any; IDBVersi…
110 …e: any; IDBObjectStore: any; IDBOpenDBRequest: any; IDBRequest: any; IDBTransaction: any; IDBVersi…
/third_party/typescript_eslint/packages/scope-manager/src/lib/
Dwebworker.ts1094 IDBTransaction: {
Ddom.ts3572 IDBTransaction: {
/third_party/typescript/tests/lib/
Dlib.d.ts10997 transaction(storeNames: any, mode?: string): IDBTransaction;
11056 transaction: IDBTransaction;
11096 transaction: IDBTransaction;
11107 interface IDBTransaction extends EventTarget { interface
11125 declare var IDBTransaction: { variable
11126 prototype: IDBTransaction;
11127 new(): IDBTransaction;