Skip to content

Commit 934d7a2

Browse files
authored
chore(js): remove storage Web blob example from react-native doc (#8002)
1 parent 2072a65 commit 934d7a2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/fragments/lib-v1/storage/js/download.mdx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,8 @@ result.Body.text().then((string) => {
5252
});
5353
```
5454

55+
56+
<InlineFilter filters={["react", "javascript", "nextjs", "angular", "vue"]}>
5557
You can programmatically download Blobs using JavaScript:
5658

5759
```js
@@ -77,6 +79,7 @@ async function download() {
7779
downloadBlob(result.Body, 'filename');
7880
}
7981
```
82+
</InlineFilter>
8083

8184
The full return signature of `Storage.get(key, { download: true })` looks like this:
8285

0 commit comments

Comments
 (0)