From 8e09400ad9efcb7ef16d31df74569762dca9e0db Mon Sep 17 00:00:00 2001 From: Yannic Date: Mon, 29 Apr 2019 13:47:29 +0200 Subject: [PATCH] Mark IDBCursor's request property as [SameObject] Closes #262 --- index.bs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.bs b/index.bs index 54ef6e1..ba5b024 100644 --- a/index.bs +++ b/index.bs @@ -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); @@ -7220,6 +7220,7 @@ for his general authoring advice. Special thanks to Chris Anderson, Jake Archibald, +Yannic Bonenberger, Andreas Butler, Pablo Castro, Victor Costan,