callback for when document.title is changed? #804
Labels
platform: All
priority: low
Nice to have
status: in progress
Implementation is proceeding smoothly
type: feature request
If a document in a WebView sets
document.title
, it would be nice to get a some kind of notification. This could be used to update the window title. Electron has apage-title-updated
event, Of course this is only needed when you don't control the JavaScript in the window, so the priority is probably low.The text was updated successfully, but these errors were encountered: