On Fri, 4 Mar 2022 16:55:48 GMT, Jay Bhaskar <jbhas...@openjdk.org> wrote:

>> Issue: The current implementation of DOMWindow ::localStorage(..) returns 
>> null pointer in case of page is being closed. 
>> Fix: It should not return nullptr , as per the [w3c web storage 
>> spec](https://www.w3.org/TR/2016/REC-webstorage-20160419/) 
>> "User agents should expire data from the local storage areas only for 
>> security reasons or when requested to do so by the user. User agents should 
>> always avoid deleting data while a script that could access that data is 
>> running."
>
> Jay Bhaskar has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   Added review change JAVA

Yes, it will be backported to both 17 and 11, since we always try to keep the 
native WebKit code in sync across release families. It's getting pretty late 
for the April release (11.0.15 and 17.0.3), so it might need to wait until 
July. We'll see.

-------------

PR: https://git.openjdk.java.net/jfx/pull/703

Reply via email to