Skip to content

Commit 1c5fdf9

Browse files
siusinsideshowbarker
authored andcommitted
update the WICG session
1 parent 9f52cf6 commit 1c5fdf9

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

charter/draft-charter-2025.html

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -449,11 +449,13 @@ <h3>
449449
</tr>
450450
<tr>
451451
<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>
453453
</td>
454454
<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.
457459
</td>
458460
</tr>
459461
<tr>
@@ -493,6 +495,14 @@ <h3>
493495
venerable <code>User-Agent</code> HTTP header.
494496
</td>
495497
</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>
496506
</table>
497507
</section>
498508
<section id="ig-other-deliverables">

0 commit comments

Comments
 (0)