1. add method like WebEngine.loadContent(String content, URL codeBase). The existing method WebEngine.loadContent(String content) can be used for content which contains full URLs only. In many cases it is not real.
2. add some callback which gets ability to grab and maybe change URL which WebView use to get additional content (e.g. images, submit, links etc.). Some kind of onLoad.
3. add ability to add or replace existing URLStreamHandler in order add or replace behavior of protocols (e.g. logging)
2. add some callback which gets ability to grab and maybe change URL which WebView use to get additional content (e.g. images, submit, links etc.). Some kind of onLoad.
3. add ability to add or replace existing URLStreamHandler in order add or replace behavior of protocols (e.g. logging)
- relates to
-
JDK-8091293 Resource loading by custom component
- Open