Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion docs/api/assets/navigation.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/api/assets/search.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<p>{ArrayBuffer}, {TypedArray}, {DataView}, and {Buffer} sources are copied into
the &#39;Blob&#39; and can therefore be safely modified after the &#39;Blob&#39; is created.</p>
<p>String sources are also copied into the <code>Blob</code>.</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">sources</span>: <span class="tsd-signature-symbol">(</span><a href="_aws_amplify_adapter_nextjs.index._Reference_Types_.Blob.html" class="tsd-signature-type tsd-kind-class">Blob</a><span class="tsd-signature-symbol"> | </span><a href="../types/_aws_amplify_adapter_nextjs.index._Reference_Types_.BinaryLike.html" class="tsd-signature-type tsd-kind-type-alias">BinaryLike</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5></li><li><h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <a href="../interfaces/_aws_amplify_adapter_nextjs.index._Reference_Types_.BlobOptions.html" class="tsd-signature-type tsd-kind-interface">BlobOptions</a></h5></li></ul></div><h4 class="tsd-returns-title">Returns <a href="_aws_amplify_adapter_nextjs.index._Reference_Types_.Blob.html" class="tsd-signature-type tsd-kind-class">Blob</a></h4><div class="tsd-comment tsd-typography"></div></li></ul></section></section><section class="tsd-panel-group tsd-member-group"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-is-external"><a id="size" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>size</span><a href="#size" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>The total size of the <code>Blob</code> in bytes.</p>
</div><div class="tsd-parameters"><h4 class="tsd-parameters-title">Parameters</h4><ul class="tsd-parameter-list"><li><h5><span class="tsd-kind-parameter">sources</span>: <span class="tsd-signature-symbol">(</span><span class="tsd-signature-type">ArrayBuffer</span><span class="tsd-signature-symbol"> | </span><a href="_aws_amplify_adapter_nextjs.index._Reference_Types_.Blob.html" class="tsd-signature-type tsd-kind-class">Blob</a><span class="tsd-signature-symbol"> | </span><a href="../types/_aws_amplify_adapter_nextjs.index._Reference_Types_.BinaryLike.html" class="tsd-signature-type tsd-kind-type-alias">BinaryLike</a><span class="tsd-signature-symbol">)</span><span class="tsd-signature-symbol">[]</span></h5></li><li><h5><code class="tsd-tag ts-flagOptional">Optional</code> <span class="tsd-kind-parameter">options</span>: <a href="../interfaces/_aws_amplify_adapter_nextjs.index._Reference_Types_.BlobOptions.html" class="tsd-signature-type tsd-kind-interface">BlobOptions</a></h5></li></ul></div><h4 class="tsd-returns-title">Returns <a href="_aws_amplify_adapter_nextjs.index._Reference_Types_.Blob.html" class="tsd-signature-type tsd-kind-class">Blob</a></h4><div class="tsd-comment tsd-typography"></div></li></ul></section></section><section class="tsd-panel-group tsd-member-group"><h2>Properties</h2><section class="tsd-panel tsd-member tsd-is-external"><a id="size" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>size</span><a href="#size" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">size</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">number</span></div><div class="tsd-comment tsd-typography"><p>The total size of the <code>Blob</code> in bytes.</p>
</div><div class="tsd-comment tsd-typography"><h4>Since</h4><p>v15.7.0, v14.18.0</p>
</div></section><section class="tsd-panel tsd-member tsd-is-external"><a id="type" class="tsd-anchor"></a><h3 class="tsd-anchor-link"><code class="tsd-tag ts-flagReadonly">Readonly</code> <span>type</span><a href="#type" aria-label="Permalink" class="tsd-anchor-icon"><svg viewBox="0 0 24 24"><use href="#icon-anchor"></use></svg></a></h3><div class="tsd-signature"><span class="tsd-kind-property">type</span><span class="tsd-signature-symbol">:</span> <span class="tsd-signature-type">string</span></div><div class="tsd-comment tsd-typography"><p>The content-type of the <code>Blob</code>.</p>
</div><div class="tsd-comment tsd-typography"><h4>Since</h4><p>v15.7.0, v14.18.0</p>
Expand Down
Loading