Skip to content

Commit 1cdd225

Browse files
chore(rebuild): Meta: Add cloud file handling proposal (#411)
This proposal adds a a new `getCloudIdentifiers()` method to `FileSystemHandle`, which allows to retrieve cloud handles for a file/directory. A cloud handle consists of a vendor identifiert (e.g. "drive.google.com") and a file identifier. With these, the web app can talk to the cloud storage provider through its APIs directly to retrieve/modify the file. This is useful for web apps to figure out if a file is already backed by cloud storage and allows for easier transfer across machines as just the identifier instead of the entire file contents need to be transfered. SHA: 4d4fbd8 Reason: push, by @a-sully Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e76526b commit 1cdd225

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
<title>File System Access</title>
55
<meta content="width=device-width, initial-scale=1, shrink-to-fit=no" name="viewport">
66
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
7-
<meta content="Bikeshed version 5fcd28d6d, updated Tue May 30 13:12:11 2023 -0700" name="generator">
7+
<meta content="Bikeshed version 516eaf3cf, updated Tue Jun 20 13:48:28 2023 -0700" name="generator">
88
<link href="https://wicg.github.io/file-system-access/" rel="canonical">
9-
<meta content="44df0c4eeaca7083b0f4b60ea766cd2a314cd372" name="document-revision">
9+
<meta content="4d4fbd84aaee7cc54696cd9128960415601ddd60" name="document-revision">
1010
<style>
1111
.domintro dt {
1212
font-family: Menlo, Consolas, "DejaVu Sans Mono", Monaco, monospace;
@@ -907,7 +907,7 @@
907907
<div class="head">
908908
<p data-fill-with="logo"><a class="logo" href="https://www.w3.org/"> <img alt="W3C" height="48" src="https://www.w3.org/StyleSheets/TR/2021/logos/W3C" width="72"> </a> </p>
909909
<h1 class="p-name no-ref" id="title">File System Access</h1>
910-
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2023-06-20">20 June 2023</time></p>
910+
<p id="w3c-state"><a href="https://www.w3.org/standards/types#CG-DRAFT">Draft Community Group Report</a>, <time class="dt-updated" datetime="2023-06-22">22 June 2023</time></p>
911911
<div data-fill-with="spec-metadata">
912912
<dl>
913913
<dt>This version:

0 commit comments

Comments
 (0)