diff --git a/index.bs b/index.bs index 88bbfeb..3724174 100644 --- a/index.bs +++ b/index.bs @@ -3010,8 +3010,8 @@ To add or put with |handle|, |value|, |key|, and |no-overwrite flag|, 1. If |key| was given, then: - 1. Let |r| be the result of [=/converting a - value to a key=] with |key|. Rethrow any exceptions. + 1. Let |r| be the result of [=/converting a value to a key during a + transaction=] with |key| and |transaction|. Rethrow any exceptions. 1. If |r| is "invalid value" or "invalid type", [=exception/throw=] a "{{DataError}}" {{DOMException}}. @@ -4511,7 +4511,7 @@ The continue(|key|) method steps are: 1. If |key| is given, then: 1. Let |r| be the result of [=/converting a - value to a key=] with |key|. Rethrow any exceptions. + value to a key during a transaction=] with |key| and |transaction|. Rethrow any exceptions. 1. If |r| is "invalid value" or "invalid type", [=exception/throw=] a "{{DataError}}" {{DOMException}}. @@ -4570,14 +4570,14 @@ The continuePrimaryKey(|key|, |primaryKey|) meth [=exception/throw=] an "{{InvalidStateError}}" {{DOMException}}. 1. Let |r| be the result of [=/converting a value to - a key=] with |key|. Rethrow any exceptions. + a key during a transaction=] with |key| and |transaction|. Rethrow any exceptions. 1. If |r| is "invalid value" or "invalid type", [=exception/throw=] a "{{DataError}}" {{DOMException}}. 1. Let |key| be |r|. 1. Let |r| be the result of [=/converting a value - to a key=] with |primaryKey|. Rethrow any exceptions. + to a key during a transaction=] with |primaryKey| and |transaction|. Rethrow any exceptions. 1. If |r| is "invalid value" or "invalid type", [=exception/throw=] a "{{DataError}}" {{DOMException}}. @@ -6621,6 +6621,26 @@ NOTE: For example, the value `[10, 20, null, 30, 20]` is converted to an [=array key=] with [=subkeys=] 10, 20, 30. +