Skip to content

Commit 3261a71

Browse files
Closure Teamcopybara-github
Closure Team
authored andcommitted
Update javascript externs for FileSystemFileHandle, adding the getUniqueId API
More details about the API are here: https://chromestatus.com/feature/5190893263388672 PiperOrigin-RevId: 513729643
1 parent 86708da commit 3261a71

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

externs/browser/whatwg_file_system.js

+5
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,11 @@ FileSystemFileHandle.prototype.createWritable = function(opt_options) {};
8383
*/
8484
FileSystemFileHandle.prototype.createSyncAccessHandle = function() {};
8585

86+
/**
87+
* @return {!Promise<string>}
88+
*/
89+
FileSystemFileHandle.prototype.getUniqueId = function() {};
90+
8691

8792
/**
8893
* @record

0 commit comments

Comments
 (0)