Stefan Thon
Stefan Thon
should probably be turned into something iterable à la `URL().searchParams` ```js let params = new URL('https://gitter.im/mithriljs?param=x¶m=y&other=z').searchParams p(params.getAll('param')) // [ 'x', 'y' ] ``` [Flems](https://flems.io/#0=N4IgZglgNgpgziAXAbVAOwIYFsZJAOgAsAXLKEAGhAGMB7NYmBvEAXwvW10QICsEqdBk2J5YxAAQAHDACdscCQF4JaGAHcJAVQBKAGQAUAchLEpcRAHpLAcwjFGs-BCyWs9wrOj8A-DPlYSgAeAGT+2EoAniG0xIQwskoAXkYAlPhwMHLUhAAKcgoAOmjFUgbhWHD4NjDEAIJQUMYVaakS1hLIEkZBRhTdkUYSALrFxWC0shIG4p0A1v0AbsMStGDSBZX4Il7wBqltwMUS0gYLEoupxayUIJmw1MQQ9Ag8AAyIbwC0AIyfbBwQJgcHh8NQ4AIaPRGMweGxhqwgA)
Also there seems to be a bug w/ minify: when I was running this via -e production, all the automatically set IDs (`pageId: pageId(ctx)`) vanished from the html output. Have...
Error could be in anywhere, since it fails silently. @jescalan any guess where to start digging? [Mifify](https://github.com/reshape/minify)? Or maybe [spike-page-id](https://github.com/static-dev/spike-page-id) itself? Or somewhere else entirely?