extra new line symbol
This commit is contained in:
parent
b300836f00
commit
cf9c5ee711
1 changed files with 1 additions and 2 deletions
|
@ -59,8 +59,7 @@ A Blob can be easily used as an URL for `<a>`, `<img>` or other tags, to show it
|
||||||
|
|
||||||
Thanks to `type`, we can allso download/upload blobs, and it naturally becomes `Content-Type` in network requests.
|
Thanks to `type`, we can allso download/upload blobs, and it naturally becomes `Content-Type` in network requests.
|
||||||
|
|
||||||
Let's start with a simple example. By\
|
Let's start with a simple example. By clicking on a link you download a dynamically-generated blob with `hello world` contents as a file:
|
||||||
clicking on a link you download a dynamically-generated blob with `hello world` contents as a file:
|
|
||||||
|
|
||||||
```html run
|
```html run
|
||||||
<!-- download attribute forces the browser to download instead of navigating -->
|
<!-- download attribute forces the browser to download instead of navigating -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue