WebView2Feedback
WebView2Feedback copied to clipboard
API Review: PostWebMessageAsJson and PostWebMessageAsString APIs for workers
This is a review for the new PostWebMessageAsJson and PostWebMessageAsString APIs for dedicated and service workers.
It might be useful to expose the name of dedicated workers (i.e. the name specified by new Worker(url, { name }). This would provide a way to identify a specific worker without needing to depend on the script URL.