Expose loadURL for the webview tag.

This commit is contained in:
Charlie Hess 2016-01-21 13:31:35 -08:00
parent 2e8a2c3a7f
commit 7192a8517b
2 changed files with 12 additions and 0 deletions

View file

@ -350,6 +350,7 @@ var registerWebViewElement = function() {
// Public-facing API methods.
methods = [
'getURL',
'loadURL',
'getTitle',
'isLoading',
'isWaitingForResponse',