Skip to content

Commit 5c75cb4

Browse files
committed
Document type parameter S of IDBRequest
1 parent 5a13258 commit 5c75cb4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

dom/src/main/scala/org/scalajs/dom/IDBRequest.scala

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ import scala.scalajs.js.annotation._
1717
* information becomes available, an event is fired on the request, and the information becomes available through the
1818
* properties of the IDBRequest instance.
1919
*
20+
* @tparam S
21+
* Type of `.source` on events
22+
*
2023
* @tparam A
2124
* Type of `.target.result` on events
2225
*/

0 commit comments

Comments
 (0)