Post #2413247
2026-04-10 16:31 UTC
@niyabits@hachyderm.io It's called the window named getter: https://html.spec.whatwg.org/multipage/nav-history-apis.html#named-access-on-the-window-object . Servo didn't support it for a long time and the implementation history was fraught: https://github.com/servo/servo/pull/29396 . I kind of hate that I've fallen into using it now, but it's very convenient for short HTML/JS snippets.
Replies (1)
-
@niyabits@hachyderm.io 2026-04-10 17:15
@jdm_@mastodon.social I think I oddly like it for writing small scripts for HTML pages