Fixed headline for createObjectURL (#37)

This commit is contained in:
Moritz Kröger 2017-08-02 17:26:29 +02:00 committed by Nolan Lawson
parent 28f312fe5c
commit 1fbef8f38a

View File

@ -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