Skip to content

Commit 44f0175

Browse files
Editorial: Call out browser versions for new features (#321)
Editorial: Call out browser versions for new features * IDBFactory databases() * IDBCursor request * IDBTransaction durability * IDBTransaction commit()
1 parent 86cb15d commit 44f0175

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

index.bs

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2407,6 +2407,7 @@ when invoked, must run these steps:
24072407
<aside class=advisement>
24082408
&#x1F6A7;
24092409
The {{IDBFactory/databases()}} method is new in this edition.
2410+
It is supported in Chrome 71 and Edge 79.
24102411
&#x1F6A7;
24112412
</aside>
24122413

@@ -2717,6 +2718,7 @@ The <dfn method for=IDBDatabase>transaction(|storeNames|, |mode|, |options|)</df
27172718
<aside class=advisement>
27182719
&#x1F6A7;
27192720
The {{IDBTransactionOptions/durability}} option is new in this edition.
2721+
It is supported in Chrome 82 and Edge 82.
27202722
&#x1F6A7;
27212723
</aside>
27222724

@@ -4425,6 +4427,7 @@ return **this**'s [=cursor/request=].
44254427
<aside class=advisement>
44264428
&#x1F6A7;
44274429
The {{IDBCursor/request}} attribute is new in this edition.
4430+
It is supported in Chrome 76 and Edge 79.
44284431
&#x1F6A7;
44294432
</aside>
44304433

@@ -4897,6 +4900,7 @@ The <dfn attribute for=IDBTransaction>durability</dfn> attribute's getter must r
48974900
<aside class=advisement>
48984901
&#x1F6A7;
48994902
The {{IDBTransaction/durability}} attribute is new in this edition.
4903+
It is supported in Chrome 82 and Edge 82.
49004904
&#x1F6A7;
49014905
</aside>
49024906

@@ -5006,6 +5010,8 @@ must run these steps:
50065010
<aside class=advisement>
50075011
&#x1F6A7;
50085012
The {{IDBTransaction/commit()}} method is new in this edition.
5013+
It is supported in Chrome 76, Edge 79, and Firefox 74.
5014+
50095015
&#x1F6A7;
50105016
</aside>
50115017

0 commit comments

Comments
 (0)