Skip to content

Commit

Permalink
StorageBuckets: Remove title policy
Browse files Browse the repository at this point in the history
Per feedback from early TAG review,
Remove `title` policy from StorageBucketOptions.

WICG/storage-buckets#27

Bug: 1107553
Change-Id: Id5c4affc64943569af888be6d0e1e28986fd3f6b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2757169
Reviewed-by: Victor Costan <[email protected]>
Reviewed-by: Kinuko Yasuda <[email protected]>
Commit-Queue: Kinuko Yasuda <[email protected]>
Cr-Commit-Position: refs/heads/master@{#863050}
  • Loading branch information
ayuishii authored and chromium-wpt-export-bot committed Mar 16, 2021
1 parent 5cea710 commit e1424f0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion interfaces/storage-buckets.tentative.idl
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@
};

dictionary StorageBucketOptions {
DOMString? title = null;
boolean persisted = false;
StorageBucketDurability durability = "relaxed";
unsigned long long? quota = null;
Expand Down

0 comments on commit e1424f0

Please sign in to comment.