Skip to content

Commit 8f78184

Browse files
authored
Override result property in IDBRequest interface
1 parent 053aadb commit 8f78184

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inputfiles/patches/indexeddb.kdl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
interface IDBRequest {
22
property source nullable=#false
3-
property result type=T
3+
property result overrideType=T
44
typeParameters T default=any
55
}

0 commit comments

Comments
 (0)