lulumi-browser
lulumi-browser copied to clipboard
SubFrames states will not be stored in History
As titled, the states of sub-frames won't be tracked into History, and the issue was introduced by https://github.com/qazbnm456/lulumi-browser/commit/c6b79ad8ea6ceddb3c3fdfa20508484c54f0b759.
Maybe track the states both in 'did-frame-finish-load' and 'did-stop-loading' events, and use Set
structure to store all the states.