netscape.javascript.JSObject Consideration for Public API
    Michael Ennen 
    mike.ennen at gmail.com
       
    Sat Nov  4 05:38:51 UTC 2017
    
    
  
Hello,
I am in the process of exploring migration to Java FX 9 for my project. I
know that it is okay to use private APIs in the short term using
command-line flags but I think going forward that
netscape.javascript.JSObject would make for a good inclusion in the public
API. This is a very useful class when attempting to interface with a
rendered webpage in a WebView control.
I am going by jdeps output where it says that this class is part of the
private API. I would like to propose the inclusion of
netscape.javascript.JSObject in the public API for Java 10 if possible.
" -> netscape.javascript.JSObject                       JDK internal API
(jfxrt.jar)"
Thanks, and sorry if this issue is known or has been raised previously.
-- 
Michael Ennen
    
    
More information about the openjfx-dev
mailing list