jnschulze / flutter-webview-windows

A WebView2-powered Flutter WebView implementation for the Windows platform.
BSD 3-Clause "New" or "Revised" License
203 stars 120 forks source link

Update webMessage type to dynamic respect window.chrome.webview.postMessage #166

Closed Doflatango closed 2 years ago

Doflatango commented 2 years ago

Allow javascript send basic type of data such as number, string, etc by window.chrome.webview.postMessage().

Note: This PR will causes a BREAKING CHANGE.

jnschulze commented 2 years ago

LGTM, thanks.