Timothy Gu
Timothy Gu
Yeah, Chromium had a lot of javascript URL parsing changes a couple of years ago. I believe that is now fully aligned with the HTML spec, but of course the...
It would probably take a usecounter to be sure, but I strongly suspect most (functional) `javascript:` URLs in the wild do not start with `javascript:/` or `javascript://`. The first case...
I tested a range of parsers: * For non-special schemes (which is where URL code points are used in the parser): * No one ever escapes `[` and `]` in...
Can you create a test for this?
First, it _should_ throw an error, as `
Hmm. Could you tweak the DNS settings according to the latest instructions for Apex domains? https://help.github.com/en/articles/managing-a-custom-domain-for-your-github-pages-site#configuring-an-apex-domain I don't want to rehash the argument of why [HTTPS for static sites is...
This will be fixed in EJS v3 (see mde/ejs#23).
The best way to do this is through an external module, because ejs doesn't know when line breaks are required (e.g. in ``) and when they aren't. https://www.npmjs.com/search?q=html+minifier should get...
https://twitter.com/slicknet/status/782274190451671040
There are some planned improvements here: https://github.com/jsdom/jsdom/pull/2926. This implements `DOMRect`/`SVGRect`, but not any of the other classes mentioned here yet. `DOMMatrix`/`SVGMatrix` and `DOMPoint`/`SVGPoint` will probably come after that pull request...