Skip to content

Commit

Permalink
Mark IDBCursor's request property as [SameObject] (#263)
Browse files Browse the repository at this point in the history
Closes #262
  • Loading branch information
Yannic authored and inexorabletash committed Apr 30, 2019
1 parent aa66ec6 commit bd2e28e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -4617,7 +4617,7 @@ interface IDBCursor {
readonly attribute IDBCursorDirection direction;
readonly attribute any key;
readonly attribute any primaryKey;
readonly attribute IDBRequest request;
[SameObject] readonly attribute IDBRequest request;

void advance([EnforceRange] unsigned long count);
void continue(optional any key);
Expand Down Expand Up @@ -7220,6 +7220,7 @@ for his general authoring advice.
Special thanks to
Chris Anderson,
Jake Archibald,
Yannic Bonenberger,
Andreas Butler,
Pablo Castro,
Victor Costan,
Expand Down

0 comments on commit bd2e28e

Please sign in to comment.