Expose Print API to webContents and webView.

Also move the print implementation from window to webContents.
This commit is contained in:
Haojian Wu 2015-06-13 21:23:45 +08:00
parent 57580e00f9
commit 47eac062f6
11 changed files with 62 additions and 65 deletions

View file

@ -291,6 +291,7 @@ registerWebViewElement = ->
"send"
"getId"
"inspectServiceWorker"
"print"
"printToPDF"
]