Skip to content

Commit

Permalink
Remove nullability from StorageBucketOptions members. (#118)
Browse files Browse the repository at this point in the history
SHA: d87656b
Reason: push, by evanstade

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
evanstade and github-actions[bot] committed Dec 19, 2023
1 parent 51e25d5 commit c87fee1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<link href="https://www.w3.org/StyleSheets/TR/2021/cg-draft" rel="stylesheet">
<meta content="Bikeshed version 82ce88815, updated Thu Sep 7 16:33:55 2023 -0700" name="generator">
<link href="https://wicg.github.io/storage-buckets/" rel="canonical">
<meta content="fdca52c912f01a8c539650e37814e09033d6f0b7" name="document-revision">
<meta content="d87656ba1b299948d607e0ee1f7f3bb7fafba07e" name="document-revision">
<style>/* Boilerplate: style-autolinks */
.css.css, .property.property, .descriptor.descriptor {
color: var(--a-normal-text);
Expand Down Expand Up @@ -668,7 +668,7 @@
<div class="head">
<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>
<h1 class="p-name no-ref" id="title">Storage Buckets API</h1>
<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-11-28">28 November 2023</time></p>
<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-12-19">19 December 2023</time></p>
<div data-fill-with="spec-metadata">
<dl>
<dt>This version:
Expand Down Expand Up @@ -774,8 +774,8 @@ <h2 class="heading settled" data-level="1" id="storage-bucket-manager"><span cla

<c- b>dictionary</c-> <dfn class="dfn-paneled idl-code" data-dfn-type="dictionary" data-export id="dictdef-storagebucketoptions"><code><c- g>StorageBucketOptions</c-></code></dfn> {
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean" id="ref-for-idl-boolean"><c- b>boolean</c-></a> <dfn class="dfn-paneled idl-code" data-default="false" data-dfn-for="StorageBucketOptions" data-dfn-type="dict-member" data-export data-type="boolean " id="dom-storagebucketoptions-persisted"><code><c- g>persisted</c-></code></dfn> = <c- b>false</c->;
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-unsigned-long-long" id="ref-for-idl-unsigned-long-long"><c- b>unsigned</c-> <c- b>long</c-> <c- b>long</c-></a>? <dfn class="dfn-paneled idl-code" data-dfn-for="StorageBucketOptions" data-dfn-type="dict-member" data-export data-type="unsigned long long? " id="dom-storagebucketoptions-quota"><code><c- g>quota</c-></code></dfn>;
<a data-link-type="idl-name" href="https://w3c.github.io/hr-time/#dom-domhighrestimestamp" id="ref-for-dom-domhighrestimestamp"><c- n>DOMHighResTimeStamp</c-></a>? <dfn class="dfn-paneled idl-code" data-dfn-for="StorageBucketOptions" data-dfn-type="dict-member" data-export data-type="DOMHighResTimeStamp? " id="dom-storagebucketoptions-expires"><code><c- g>expires</c-></code></dfn>;
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-unsigned-long-long" id="ref-for-idl-unsigned-long-long"><c- b>unsigned</c-> <c- b>long</c-> <c- b>long</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="StorageBucketOptions" data-dfn-type="dict-member" data-export data-type="unsigned long long " id="dom-storagebucketoptions-quota"><code><c- g>quota</c-></code></dfn>;
<a data-link-type="idl-name" href="https://w3c.github.io/hr-time/#dom-domhighrestimestamp" id="ref-for-dom-domhighrestimestamp"><c- n>DOMHighResTimeStamp</c-></a> <dfn class="dfn-paneled idl-code" data-dfn-for="StorageBucketOptions" data-dfn-type="dict-member" data-export data-type="DOMHighResTimeStamp " id="dom-storagebucketoptions-expires"><code><c- g>expires</c-></code></dfn>;
};
</pre>
<h3 class="heading settled" data-level="1.1" id="storage-bucket-open"><span class="secno">1.1. </span><span class="content">Creating a bucket</span><a class="self-link" href="#storage-bucket-open"></a></h3>
Expand Down Expand Up @@ -1463,8 +1463,8 @@ <h2 class="no-num no-ref heading settled" id="idl-index"><span class="content">I

<c- b>dictionary</c-> <a href="#dictdef-storagebucketoptions"><code><c- g>StorageBucketOptions</c-></code></a> {
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-boolean"><c- b>boolean</c-></a> <a data-default="false" data-type="boolean " href="#dom-storagebucketoptions-persisted"><code><c- g>persisted</c-></code></a> = <c- b>false</c->;
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-unsigned-long-long"><c- b>unsigned</c-> <c- b>long</c-> <c- b>long</c-></a>? <a data-type="unsigned long long? " href="#dom-storagebucketoptions-quota"><code><c- g>quota</c-></code></a>;
<a data-link-type="idl-name" href="https://w3c.github.io/hr-time/#dom-domhighrestimestamp"><c- n>DOMHighResTimeStamp</c-></a>? <a data-type="DOMHighResTimeStamp? " href="#dom-storagebucketoptions-expires"><code><c- g>expires</c-></code></a>;
<a class="idl-code" data-link-type="interface" href="https://webidl.spec.whatwg.org/#idl-unsigned-long-long"><c- b>unsigned</c-> <c- b>long</c-> <c- b>long</c-></a> <a data-type="unsigned long long " href="#dom-storagebucketoptions-quota"><code><c- g>quota</c-></code></a>;
<a data-link-type="idl-name" href="https://w3c.github.io/hr-time/#dom-domhighrestimestamp"><c- n>DOMHighResTimeStamp</c-></a> <a data-type="DOMHighResTimeStamp " href="#dom-storagebucketoptions-expires"><code><c- g>expires</c-></code></a>;
};

[<a class="idl-code" data-link-type="extended-attribute" href="https://webidl.spec.whatwg.org/#Exposed"><c- g>Exposed</c-></a>=(<c- n>Window</c->,<c- n>Worker</c->),
Expand Down

0 comments on commit c87fee1

Please sign in to comment.