Tobias Taschner
Tobias Taschner
Currently there is no way (or at least it's not documented) to use your own [syncserver](https://github.com/mozilla-services/syncserver).
The current `wxWebViewHandler` does only allow simple synchronous GET requests which is fine for many applications. To allow local REST like requests asynchronous POST requests, should be able to be...
Add new method `wxWebView::ClearBrowsingData()` for WKWebView, Edge and WebKitGTK Clears the browsing data of the web view. This function clears the browsing data of the web view, such as cookies,...
(Should also be included in 3.2)
The mock encrypted event inside `initializeMediaKeys` does have `null` `initData`. When `getSupportedKeySystem()` is called this results in an `null is not an object (evaluating 'arrayBuffer2.byteLength')` exception. I think the following...