Hi Hannes,
Well, as part of HtmlUnit (headless browser simulator), we can not use Nashorn
without modifications, since there are browser-specific peculiarities we must
blindly follow.
I would say the most difficult part, is to customize Global ('window' in
browser usage) to join it with other objects. This is currently overcome, by
having one-to-one relationship between Global and Window.
Thanks a lot, and keep the good work.
Ahmed
From: Hannes Wallnöfer <[email protected]>
To: Ahmed Ashour <[email protected]>
Cc: "[email protected]" <[email protected]>
Sent: Monday, December 5, 2016 2:22 PM
Subject: Re: NoSuchElementException in PropertyMapIterator
Hi Ahmed,
yes, this is a bug, thanks for reporting it.
Out of curiosity, , since it is not an exported API class: How are you using
PropertyMap?
Hannes