Merge pull request #4186 from CharlieHess/webview-load-url
Expose loadURL for the webview tag.
This commit is contained in:
commit
56e8ddbdaf
2 changed files with 12 additions and 0 deletions
|
@ -346,6 +346,7 @@ var registerWebViewElement = function() {
|
|||
// Public-facing API methods.
|
||||
methods = [
|
||||
'getURL',
|
||||
'loadURL',
|
||||
'getTitle',
|
||||
'isLoading',
|
||||
'isWaitingForResponse',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue