mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #819] [MERGED] WebContent additional events #1307
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/ElectronNET/Electron.NET/pull/819
Author: @NickRimmer
Created: 11/2/2023
Status: ✅ Merged
Merged: 2/14/2024
Merged by: @FlorianRappl
Base:
main← Head:features/webContent-additional-events📝 Commits (1)
bf0bdc8did-start-navigation, did-navigate, will-redirect, did-fail-load, did-redirect-navigation events added for WebContents📊 Changes
6 files changed (+264 additions, -1 deletions)
View changed files
➕
src/ElectronNET.API/Entities/OnDidFailLoadInfo.cs(+18 -0)➕
src/ElectronNET.API/Entities/OnDidNavigateInfo.cs(+17 -0)📝
src/ElectronNET.API/WebContents.cs(+148 -0)📝
src/ElectronNET.Host/api/webContents.js(+35 -0)📝
src/ElectronNET.Host/api/webContents.js.map(+1 -1)📝
src/ElectronNET.Host/api/webContents.ts(+45 -0)📄 Description
Hey everyone,
I've added a few more events for
WebContentwith this tiny PR (;🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.