Skip to content

Commit

Permalink
Add 'new in this edition'
Browse files Browse the repository at this point in the history
  • Loading branch information
inexorabletash committed Sep 27, 2019
1 parent 0b05ea5 commit 30227f6
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions index.bs
Original file line number Diff line number Diff line change
Expand Up @@ -2722,6 +2722,12 @@ The <dfn method for=IDBDatabase>transaction(|storeNames|, |mode|, |options|)</df

</div>

<aside class=advisement>
&#x1F6A7;
The {{IDBTransactionOptions/durability}} option is new in this edition.
&#x1F6A7;
</aside>

<aside class=note>
The created |transaction| will follow the [=transaction/lifetime=]
rules.
Expand Down Expand Up @@ -4959,6 +4965,13 @@ must return the [=transaction/mode=] of the [=/transaction=].

The <dfn attribute for=IDBTransaction>durability</dfn> attribute's getter must return the [=transaction/durability=] of the [=/transaction=].

<aside class=advisement>
&#x1F6A7;
The {{IDBTransaction/durability}} attribute is new in this edition.
&#x1F6A7;
</aside>


The <dfn attribute for=IDBTransaction>db</dfn> attribute's getter must
return the [=database=] [=/connection=] of which this [=/transaction=]
is a part.
Expand Down

0 comments on commit 30227f6

Please sign in to comment.