Merge pull request #9470 from electron/MarshallOfSound-patch-1

Fix createFromDataURL return type
This commit is contained in:
Kevin Sawicki 2017-05-15 08:47:09 -07:00 committed by GitHub
commit b09086c1b8

View file

@ -153,6 +153,8 @@ Creates a new `NativeImage` instance from `buffer`.
* `dataURL` String
Returns `NativeImage`
Creates a new `NativeImage` instance from `dataURL`.
## Class: NativeImage