Milan Burda
Milan Burda
Fixes #1027
Backport of #35438 See that PR for details. Notes: Added `webFrameMain.origin`.
#### Description of Change We already have the parsing code in Electron, dealing with the raw features string in the app code is inconvenient. #### Checklist - [x] PR description...
#### Description of Change Prepare for the removal of unnecessary forwarders. #### Checklist - [x] PR description included and stakeholders cc'd - [x] `npm test` passes - [ ] tests...
#### Description of Change It got lost between #37085 and #34418 #### Release Notes Notes: none
Backport of #34418 Notes: Added a `will-frame-navigate` event to `webContents` and the `` tag, which fires whenever any frame within the frame hierarchy attempts to navigate.
Backport of #34418 Notes: Added a `will-frame-navigate` event to `webContents` and the `` tag, which fires whenever any frame within the frame hierarchy attempts to navigate.
#### Description of Change When `nodeIntegrationInSubFrames` is enabled in the originating `webContents`, a child frame with a different origin is able to send an IPC via `ipcRenderer.sendTo()` and the receiver...
#### Description of Change https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-array-find.md https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-array-some.md https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-date-now.md https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-default-parameters.md https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-includes.md https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-logical-operator-over-ternary.md https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-optional-catch-binding.md https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-prototype-methods.md https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-set-has.md https://github.com/sindresorhus/eslint-plugin-unicorn/blob/main/docs/rules/prefer-type-error.md #### Release Notes Notes: none
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwn > Note: Object.hasOwn() is intended as a replacement for [Object.prototype.hasOwnProperty()](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/hasOwnProperty). Notes: none