Replace "Url" in API names with "URL"
This commit is contained in:
parent
8f56387bd9
commit
fbb8e61958
57 changed files with 251 additions and 212 deletions
|
@ -11,7 +11,7 @@ win.on('closed', function() {
|
|||
win = null;
|
||||
});
|
||||
|
||||
win.loadUrl('https://github.com');
|
||||
win.loadURL('https://github.com');
|
||||
win.show();
|
||||
```
|
||||
|
||||
|
@ -613,9 +613,9 @@ Same as `webContents.print([options])`
|
|||
|
||||
Same as `webContents.printToPDF(options, callback)`
|
||||
|
||||
### `win.loadUrl(url[, options])`
|
||||
### `win.loadURL(url[, options])`
|
||||
|
||||
Same as `webContents.loadUrl(url[, options])`.
|
||||
Same as `webContents.loadURL(url[, options])`.
|
||||
|
||||
### `win.reload()`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue