mirror of
https://github.com/ElectronNET/Electron.NET.git
synced 2026-02-03 21:25:13 +00:00
[PR #813] [MERGED] WebContents: add executeJavaScript and dom-ready event #1305
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/813
Author: @softworkz
Created: 9/24/2023
Status: ✅ Merged
Merged: 2/15/2024
Merged by: @FlorianRappl
Base:
main← Head:submit_execjs_domready📝 Commits (2)
a15db71Add dom-ready event for WebContents73a3e33Add executeJavaScript method to WebContents📊 Changes
3 files changed (+90 additions, -0 deletions)
View changed files
📝
src/ElectronNET.API/WebContents.cs(+60 -0)📝
src/ElectronNET.Host/api/webContents.js(+16 -0)📝
src/ElectronNET.Host/api/webContents.ts(+14 -0)📄 Description
I just needed these for porting an existing Electron app to Electron.NET.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.