Skip to content

Commit 053aadb

Browse files
authored
Change property result declaration in IDBRequest
1 parent bff3d2b commit 053aadb

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 overrideType=T
3+
property result type=T
44
typeParameters T default=any
55
}

0 commit comments

Comments
 (0)