electron/docs/api
2019-01-10 14:32:03 +01:00
..
structures fix: extend tracing startRecording API to take a full tracing config (#13914) 2018-12-20 15:11:17 +03:00
accelerator.md feat: add numpad accelerator strings (#15689) 2018-11-14 14:02:18 -05:00
app.md feat: add additional remote APIs filtering (#16293) 2019-01-08 14:27:56 -08:00
auto-updater.md docs: clarify default auto-updater installation behavior (#12783) 2018-07-25 08:33:53 +10:00
breaking-changes.md docs: move require related breaking changes to Electron 6.0 (#16109) 2018-12-17 14:01:00 -08:00
browser-view.md chore: make "nodeIntegration" and "webviewTag" default to false (#16235) 2019-01-07 22:19:27 +03:00
browser-window-proxy.md
browser-window.md chore: make "nodeIntegration" and "webviewTag" default to false (#16235) 2019-01-07 22:19:27 +03:00
chrome-command-line-switches.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
client-request.md feat: add getUploadProgress API to the net API (#13783) 2018-07-27 07:15:48 -07:00
clipboard.md feat: add webPreferences.enableRemoteModule option (#13028) 2018-10-13 20:50:07 +03:00
content-tracing.md fix: extend tracing startRecording API to take a full tracing config (#13914) 2018-12-20 15:11:17 +03:00
cookies.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
crash-reporter.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
debugger.md docs: add more links to the devtools protocol docs (#15581) 2018-11-05 16:53:18 -08:00
desktop-capturer.md feat: add support for DesktopCapturerSource.appIcon 2018-12-04 15:42:49 +09:00
dialog.md Fixed typo in dialog.md (#15861) 2018-11-28 20:41:27 -08:00
download-item.md feat: add methods to allow customization of save dialog during will-download event (#15497) 2018-11-08 10:51:06 -04:00
environment-variables.md refactor: remove hardcoded google api key (#15478) 2018-10-31 07:49:44 -07:00
file-object.md docs: es6ify 'Breaking Changes' and 'File' API pages (#15507) 2018-12-05 23:14:52 +11:00
frameless-window.md fix: incorrect view ordering for customButtonsOnHover (#15564) 2018-12-10 11:05:30 -08:00
global-shortcut.md fix: don't register some shortcuts without accessibility (#16125) 2019-01-03 20:40:17 -08:00
in-app-purchase.md docs: fix the type information in in-app-purchase 2018-05-03 09:34:21 -07:00
incoming-message.md
ipc-main.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
ipc-renderer.md doc: correct ipcRenderer sendTo windowId param (#15403) 2018-10-26 10:18:47 -05:00
locales.md
menu-item.md feat: add fileMenu / viewMenu / appMenu roles (#16328) 2019-01-10 14:32:03 +01:00
menu.md feat: add fileMenu / viewMenu / appMenu roles (#16328) 2019-01-10 14:32:03 +01:00
native-image.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
net-log.md refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
net.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
notification.md Remove more words (#12852) 2018-05-08 00:16:09 -05:00
power-monitor.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
power-save-blocker.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
process.md refactor: eliminate duplicate code exposing process APIs (#15824) 2018-11-28 11:08:17 -05:00
promisification.md docs: remove methods invoking the callback repeatedly from promisification.md (#15951) 2018-12-04 13:45:55 -08:00
protocol.md feat: Support response headers in File protocol handler (#16098) 2018-12-18 23:17:02 -07:00
remote.md feat: add webPreferences.enableRemoteModule option (#13028) 2018-10-13 20:50:07 +03:00
sandbox-option.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
screen.md feat: add webPreferences.enableRemoteModule option (#13028) 2018-10-13 20:50:07 +03:00
session.md refactor: create request context from network context (#14656) 2018-10-04 13:08:56 -05:00
shell.md feat: add workingDirectory option to shell.openExternal() (#15065) 2018-10-10 22:46:54 +02:00
synopsis.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
system-preferences.md feat: add mac support to systemPrefs.getColor() (#16249) 2019-01-03 16:17:07 -08:00
touch-bar-button.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-color-picker.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-group.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-label.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-popover.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-scrubber.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-segmented-control.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-slider.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar-spacer.md 📝 Fix dead urls 2018-04-09 17:58:10 -03:00
touch-bar.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
tray.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
web-contents.md feat: add additional remote APIs filtering (#16293) 2019-01-08 14:27:56 -08:00
web-frame.md docs: note that visual zoom is disabled by default (#16130) 2018-12-18 20:40:42 -07:00
web-request.md chore: update to standard 12 2018-09-14 14:57:01 +10:00
webview-tag.md feat: promisify win.capturePage() (#15743) 2018-11-27 23:50:53 -05:00
window-open.md docs: specify BrowserWindow features passable to window.open 2018-09-10 17:49:54 +02:00