dosena

Results 3 comments of dosena

I have to second matteomelani's confusion. Why does calling History.pushState() (or .replaceState()) trigger a 'popstate' event? The "native" history.pushState() does not do this. The 'popstate' is handled in History.onPopState, which...

> allows for slots to modify the parent signal such as removing itself from the signal as part of slot emission Since the only way for a slot to remove...

Ideally we'd think about renaming the old `compare` functions to be `less` or `less_than`, as this is more in line with what they do. Then we could just use `compare`...