It would be great to have a way to mimic native JS object Set on top of Java Set for example. There is a ProxyHashMap interface. It enables us to implement a JS mimic of Map on top of Java Map and use on Java/JS boundaries.
Is it somehow possible? Actually it is a little bit weird to have ProxyHashMap interface and to miss ProxyHashSet interface.
It would be great to have a way to mimic native JS object
Seton top of Java Set for example. There is aProxyHashMapinterface. It enables us to implement a JS mimic ofMapon top of Java Map and use onJava/JSboundaries.Is it somehow possible? Actually it is a little bit weird to have
ProxyHashMapinterface and to missProxyHashSetinterface.