Fix TypeError: BrowserView.destroy is not a function #22
No reviewers
Labels
No labels
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Public/castroix!22
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "copilot/fix-terminal-log-errors"
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?
Application crashes when closing embedded browser views due to calling non-existent
destroy()method on ElectronBrowserViewobjects.Changes
currentBrowserView.destroy()calls in three locations:createBrowserView()cleanup (line 128)close-browserIPC handler (line 220)Fix
BrowserViewcleanup only requiresremoveBrowserView()and nullifying the reference:Note
GPU/WebGL errors in original issue are unrelated Chromium warnings and remain informational only.
Original prompt
💬 We'd love your input! Share your thoughts on Copilot coding agent in our 2 minute survey.