mirror of
https://github.com/nolanlawson/blob-util.git
synced 2025-12-08 19:46:19 +00:00
Fixed headline for createObjectURL (#37)
This commit is contained in:
parent
28f312fe5c
commit
1fbef8f38a
@ -145,7 +145,7 @@ var myBlob = blobUtil.createBlob(['hello world'], {type: 'text/plain'});
|
||||
```
|
||||
|
||||
<a name="createObjectURL"></a>
|
||||
###createObjectURL(blob)
|
||||
### createObjectURL(blob)
|
||||
Shim for
|
||||
[URL.createObjectURL()](https://developer.mozilla.org/en-US/docs/Web/API/URL.createObjectURL)
|
||||
to support browsers that only have the prefixed
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user