We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d282c1 commit b4ac1f3Copy full SHA for b4ac1f3
inputfiles/overridingTypes.json
@@ -1,16 +1,16 @@
1
[
2
- {
3
- "kind": "method",
4
- "interface": "IDBObjectStore",
5
- "name": "createIndex",
6
- "signatures": ["createIndex(name: string, keyPath: string | string[], optionalParameters?: any): IDBIndex"]
7
- },
8
9
- "kind": "property",
10
- "interface": "IDBIndex",
11
- "name": "keyPath",
12
- "type": "string | string[]"
13
+ {
+ "kind": "method",
+ "interface": "IDBObjectStore",
+ "name": "createIndex",
+ "signatures": ["createIndex(name: string, keyPath: string | string[], optionalParameters?: any): IDBIndex"]
+ },
+ "kind": "property",
+ "interface": "IDBIndex",
+ "name": "keyPath",
+ "type": "string | string[]"
14
{
15
"kind": "method",
16
"interface": "WebGLRenderingContext",
0 commit comments