gngr icon indicating copy to clipboard operation
gngr copied to clipboard

Support HTMLCollection.item(:String)

Open hrj opened this issue 10 years ago • 2 comments

As clarified in this issue

hrj avatar Jan 07 '15 10:01 hrj

As I understand now, this is part of a larger issue. Need to support Web IDL semantics. There's an entire chapter dedicated to ECMA script binding.

hrj avatar Jul 11 '15 04:07 hrj

There's one reference implementation available. Though not sure how useful it would be since it is in JS.

Need check if there is Rhino support for the conversions.

If not, we could add some annotations in Java code to indicate WebIDL semantics to the Java to JS bridge.

hrj avatar Jul 11 '15 04:07 hrj