weolar / miniblink49

a lighter, faster browser kernel of blink to integrate HTML UI in your app. 一个小巧、轻量的浏览器内核,用来取代wke和libcef
Apache License 2.0
7.06k stars 1.05k forks source link

Custom Download support #558

Open TetrisSQC opened 1 year ago

TetrisSQC commented 1 year ago

Hi,

is there a way to load a url without using the download mechanism in wke? The reason is that mime types like application/ce-html are not thread as html and require a special handling.

Christian