MCPcopy Create free account
hub / github.com/lxn/walk / TargetFrameName

Method TargetFrameName

webview_events.go:68–74  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

66}
67
68func (eventData *WebViewNavigatingEventData) TargetFrameName() string {
69 targetFrameName := eventData.targetFrameName
70 if targetFrameName != nil && targetFrameName.MustBSTR() != nil {
71 return win.BSTRToString(targetFrameName.MustBSTR())
72 }
73 return ""
74}
75
76func (eventData *WebViewNavigatingEventData) Canceled() bool {
77 cancel := eventData.cancel

Callers 2

webView_OnNavigatingMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected