Henning Koch
Henning Koch
I think that resetting zoom is a shortcoming of multi-page applications. It's a good thing SPAs (or SPA-like experiences as is Unpoly) keep the user's zoom choice. If you do...
> Links to the same domain, that also include a port in the href should also be followed by unpoly. The port must match that of the document. A different...
I love @michaelficarra's protocol proposal, thanks for the link. I guess the point I'm trying to make is that if bake implicit protocols in functions like `map`, we should allow...
While I'm all in favor of short names, we have two decades of history where a function `on()` traditionally took an event type and a callback. Just off the top...
Note I was really concerned about breaking expecations, not about actual name collisions. The only name collision from the list above is Prototype.js (which patches `Element.prototype`). This is a very...
> If we're doing all of this research on the name on, do we have alternative names that we could check at the same time? `observe()` would be right there...
> since the Observer#observe() method should be able to be disambiguated with MutationObserver#observe() and IntersectionObserver#observe(). They also won't share a common interface as these methods require different arguments. E.g. observing...