projects
/
platform
/
framework
/
web
/
crosswalk-tizen.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
34ee298
)
Fixed docs sample code programming error for DownloadItem
author
Alex Gleason
<alex@alexgleason.me>
Tue, 19 Apr 2016 16:47:05 +0000
(12:47 -0400)
committer
Alex Gleason
<alex@alexgleason.me>
Tue, 19 Apr 2016 16:47:05 +0000
(12:47 -0400)
docs/api/download-item.md
patch
|
blob
|
history
diff --git
a/docs/api/download-item.md
b/docs/api/download-item.md
index 756353b8ba3dcc8e2dfbc83ce8b57c710ce7cfbf..f117ffc57a789ee38344d5c5534dab49071477a5 100644
(file)
--- a/
docs/api/download-item.md
+++ b/
docs/api/download-item.md
@@
-22,6
+22,7
@@
win.webContents.session.on('will-download', function(event, item, webContents) {
console.log("Download is cancelled or interrupted that can't be resumed");
}
});
+});
```
## Events