Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit0b9c57b

Browse files
Fix missing 'state is active' use in algorithms
1 parent9c1e443 commit0b9c57b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎index.bs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3150,8 +3150,8 @@ must run these steps:
31503150
1. If |store| has been deleted,[=throw=] an
31513151
"{{InvalidStateError}}"{{DOMException}}.
31523152

3153-
4. If |transaction|is not[=transaction/active=],[=throw=] a
3154-
"{{TransactionInactiveError}}"{{DOMException}}.
3153+
1. If |transaction|'s[=transaction/state=]is not[=transaction/active=],
3154+
then[=throw=] a"{{TransactionInactiveError}}"{{DOMException}}.
31553155

31563156
1. If |transaction| is a[=read-only transaction=],
31573157
[=throw=] a "{{ReadOnlyError}}"{{DOMException}}.
@@ -5511,7 +5511,7 @@ created [=request=] belongs to is [=transaction/aborted=] using the steps to
55115511
1. Let |transaction| be the[=/transaction=] associated with
55125512
|source|.
55135513

5514-
1. Assert: |transaction| is[=transaction/active=].
5514+
1. Assert: |transaction|'s[=transaction/state=] is[=transaction/active=].
55155515

55165516
1. If |request| was not given, let |request| be a new |request| with
55175517
[=request/source=] as |source|.

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp