jchv / go-webview2

WebView2 bindings for pure Go, without CGo, based on the webview/webview bindings.
Other
264 stars 64 forks source link

binary tranfer #70

Open snopywithchary opened 10 months ago

snopywithchary commented 10 months ago

I use wails to transmit binary image streams, but I found that if I bind the method of transmitting binary, wails will automatically base64 encode the binary. Is there a more efficient method?

such as this:https://github.com/MicrosoftEdge/WebView2Feedback/blob/main/specs/SharedBuffer.md