File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -449,11 +449,13 @@ <h3>
449
449
</ tr >
450
450
< tr >
451
451
< td >
452
- < a href ="https://wicg.github.io/cookie-store / "> Cookie Store </ a >
452
+ < a href ="https://wicg.github.io/entries-api / "> File and Directory Entries API </ a >
453
453
</ td >
454
454
< td >
455
- An asynchronous Javascript cookies API for documents and
456
- workers.
455
+ This specification documents web browser support for file and
456
+ directory upload by drag-and-drop operations. It introduces types
457
+ representing directories with methods for asynchronous traversal,
458
+ and extends HTMLInputElement and DataTransferItem.
457
459
</ td >
458
460
</ tr >
459
461
< tr >
@@ -493,6 +495,14 @@ <h3>
493
495
venerable < code > User-Agent</ code > HTTP header.
494
496
</ td >
495
497
</ tr >
498
+ < tr >
499
+ < td >
500
+ < a href ="https://wicg.github.io/background-fetch/ "> Background Fetch</ a >
501
+ </ td >
502
+ < td >
503
+ An API to handle large uploads/downloads in the background with user visibility.
504
+ </ td >
505
+ </ tr >
496
506
</ table >
497
507
</ section >
498
508
< section id ="ig-other-deliverables ">
You can’t perform that action at this time.
0 commit comments