• Gabriel Ivăncescu's avatar
    mshtml: Implement length prop for Storage. · a3546267
    Gabriel Ivăncescu authored
    `length` for localStorage is not updated immediately on native, which
    suggests some caching is involved for a period of time (probably for
    performance reasons to avoid reading the file everytime the prop is read),
    or it doesn't block like the rest since the write is asynchronous, making
    it unreliable to test, which is why the tests for it are basic.
    Signed-off-by: 's avatarGabriel Ivăncescu <gabrielopcode@gmail.com>
    a3546267
htmlstorage.c 25.8 KB