Skip to content

Commit 419622d

Browse files
Bashamegasaschanaz
andauthored
Migrate IDBOpenDBRequest (#2339)
Co-authored-by: saschanaz <saschanaz@users.noreply.github.com>
1 parent e522979 commit 419622d

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

inputfiles/addedTypes.jsonc

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -301,10 +301,6 @@
301301
}
302302
}
303303
},
304-
"IDBOpenDBRequest": {
305-
"name": "IDBOpenDBRequest",
306-
"extends": "IDBRequest<IDBDatabase>"
307-
},
308304
"HTMLInputElement": {
309305
"properties": {
310306
"property": {

inputfiles/patches/indexeddb.kdl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,5 @@ interface IDBRequest {
55
}
66
property result overrideType=T
77
}
8+
9+
interface IDBOpenDBRequest extends=IDBRequest<IDBDatabase>

0 commit comments

Comments
 (0)