electron/docs/api
trop[bot] 74fb38964a
docs: explain ipcRenderer behavior in context-bridge.md (#43582)
* docs: explain ipcRenderer behavior in context-bridge.md

Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com>

* Update context-bridge.md

Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com>

* Update context-bridge.md

Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com>

* Update docs/api/context-bridge.md

Co-authored-by: Erik Moura <erikian@erikian.dev>

Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com>

* Update context-bridge.md

Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com>

* Update context-bridge.md

Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com>

* Update context-bridge.md

Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com>

* Update docs/api/context-bridge.md

Co-authored-by: Erick Zhao <erick@hotmail.ca>

Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com>

* Update docs/api/context-bridge.md

Co-authored-by: David Sanders <dsanders11@ucsbalum.com>

Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com>

---------

Co-authored-by: trop[bot] <37223003+trop[bot]@users.noreply.github.com>
Co-authored-by: Kilian Valkhof <kilian@kilianvalkhof.com>
2024-09-05 17:07:04 -04:00
..
structures feat: enable Windows Control Overlay on Linux (#42683) 2024-07-04 11:28:44 +02:00
accelerator.md docs: note accelerator case insensitivity (#40783) 2024-01-04 10:06:12 -05:00
app.md docs: Document ideal iconPath size (#43240) 2024-08-07 11:57:20 +02:00
auto-updater.md docs: ensure all links are on a single line (#42299) 2024-05-29 11:41:07 +02:00
base-window.md feat: enable Windows Control Overlay on Linux (#42683) 2024-07-04 11:28:44 +02:00
browser-view.md feat: replace BrowserView with WebContentsView (#35658) 2023-12-13 13:01:03 -08:00
browser-window.md docs: note macOS fullscreen events in fullscreen query (#43015) 2024-07-23 16:57:40 -04:00
client-request.md build: add Markdown lint check for unescaped angle brackets (#41779) 2024-04-05 13:53:42 -04:00
clipboard.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
command-line-switches.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
command-line.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
content-tracing.md docs: ensure all links are on a single line (#42299) 2024-05-29 11:41:07 +02:00
context-bridge.md docs: explain ipcRenderer behavior in context-bridge.md (#43582) 2024-09-05 17:07:04 -04:00
cookies.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
crash-reporter.md docs: backslash escape parametrized TypeScript types (#41693) 2024-03-26 12:28:47 +01:00
debugger.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
desktop-capturer.md docs: improve desktop capture example (#43004) 2024-07-23 12:35:13 +02:00
dialog.md docs: correct the return value for canceled showSaveDialog (#41945) 2024-04-23 12:49:05 -04:00
dock.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
download-item.md feat: add getPercentComplete / getCurrentBytesPerSecond / getEndTime to DownloadItem (#42914) 2024-07-17 09:50:50 -07:00
environment-variables.md docs: ensure all links are on a single line (#42299) 2024-05-29 11:41:07 +02:00
extensions.md docs: ensure all links are on a single line (#42299) 2024-05-29 11:41:07 +02:00
file-object.md feat: add webUtils module with getPathForFile method (#38776) 2023-11-20 15:59:36 -08:00
global-shortcut.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
in-app-purchase.md feat: added username to IAP purchaseProduct method (#35902) 2022-12-12 10:11:48 -08:00
incoming-message.md feat: add net module to utility process (#40017) 2024-01-04 16:20:37 -05:00
ipc-main.md docs: backslash escape parametrized TypeScript types (#41693) 2024-03-26 12:28:47 +01:00
ipc-renderer.md docs: ensure all links are on a single line (#42299) 2024-05-29 11:41:07 +02:00
menu-item.md docs: use "id" instead of "label" for positions (#41859) 2024-04-15 13:02:05 -04:00
menu.md docs: use "id" instead of "label" for positions (#41859) 2024-04-15 13:02:05 -04:00
message-channel-main.md chore: type check JS in docs (#38423) 2023-06-05 16:26:26 +09:00
message-port-main.md docs: fix broken links (#36519) 2022-12-05 13:18:57 -05:00
native-image.md docs: nativeImage api cleanup (#41570) 2024-03-13 10:46:19 -04:00
native-theme.md feat: add transparency checking to nativeTheme (#43138) 2024-08-01 12:14:04 +02:00
navigation-history.md feat: add navigationHistory.getEntryAtIndex(int index) method (#41662) 2024-04-05 13:59:46 -04:00
net-log.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
net.md docs: ensure all links are on a single line (#42299) 2024-05-29 11:41:07 +02:00
notification.md fix: Windows Toast notification dismissal from Action Center (#40197) 2023-10-17 19:33:00 -04:00
parent-port.md docs: fix broken links (#36519) 2022-12-05 13:18:57 -05:00
power-monitor.md feat: add thermal states to powerMonitor (#37935) 2023-04-19 11:46:55 +02:00
power-save-blocker.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
process.md chore: bump chromium to 124.0.6323.0 (30-x-y) (#41475) 2024-02-29 09:50:27 -05:00
protocol.md docs: ensure all links are on a single line (#42299) 2024-05-29 11:41:07 +02:00
push-notifications.md docs: backslash escape parametrized TypeScript types (#41693) 2024-03-26 12:28:47 +01:00
safe-storage.md feat: expose safestorage backend information on linux (#38873) 2023-07-13 11:14:33 +02:00
screen.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
service-workers.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
session.md feat: emit an event when accessing restricted path in File System Access API (#43162) 2024-08-13 12:47:53 -04:00
share-menu.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
shell.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
system-preferences.md feat: expose system preferences to utility process (#42600) 2024-06-20 16:32:34 -04:00
touch-bar-button.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-color-picker.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-group.md fix: ensure the typescript definitions only export correct value types (#28712) 2021-06-15 13:50:31 -07:00
touch-bar-label.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-other-items-proxy.md fix: ensure the typescript definitions only export correct value types (#28712) 2021-06-15 13:50:31 -07:00
touch-bar-popover.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-scrubber.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-segmented-control.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-slider.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar-spacer.md docs: type names changed from wrapper to primitive (#31752) 2021-11-15 22:13:18 -06:00
touch-bar.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
tray.md docs: nativeImage api cleanup (#41570) 2024-03-13 10:46:19 -04:00
utility-process.md docs: Properly document runAsNode utility process option (#41255) 2024-02-06 15:54:36 -08:00
view.md fix: View reordering on re-addition to same parent (#42115) 2024-05-13 13:01:05 +02:00
web-contents-view.md feat: replace BrowserView with WebContentsView (#35658) 2023-12-13 13:01:03 -08:00
web-contents.md docs: ensure all links are on a single line (#42299) 2024-05-29 11:41:07 +02:00
web-frame-main.md docs: ensure all links are on a single line (#42299) 2024-05-29 11:41:07 +02:00
web-frame.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00
web-request.md docs: backslash escape parametrized TypeScript types (#41693) 2024-03-26 12:28:47 +01:00
web-utils.md feat: add webUtils module with getPathForFile method (#38776) 2023-11-20 15:59:36 -08:00
webview-tag.md fix: fixed the type of WebviewTag.webpreferences (#42280) 2024-05-26 21:48:28 +02:00
window-open.md chore: extend linting of code blocks in the docs (#40245) 2023-11-21 16:50:08 +09:00