Zirro

Results 29 comments of Zirro

With the normalized format being defined as a [simple color](https://html.spec.whatwg.org/multipage/common-microsyntaxes.html#valid-simple-colour), it's quite likely that both clientside and serverside logic have come to depend on this for processing the value. There...

I agree that sessionStorage is likely seeing little use now, but this might be due to a lack of knowledge about the implications or alternatives to localStorage. With stricter privacy...

So, this would probably need https://github.com/whatwg/storage/issues/11 (or https://github.com/w3c/IndexedDB/issues/205, with a session-based rather than time-based option) to be resolved, for this to be possible to implement as a layered API. I...

I believe doing this makes sense as we would presumably want a well-written package like this to be useful to smaller projects too, for which the weight of whatwg-url would...

It would also be very handy if it was able to automatically try different values for flags such as `--buffer-size`, `--drive-chunk-size` and `--transfers` to determine which combination of flags yield...

For this property to return a non-zero value we'll need a layout engine, which is issue https://github.com/jsdom/jsdom/issues/1322.

Hm, is there a part of `decode()` that actually requires displaying the image for an accurate implementation, or does is it involve the same process as the node-canvas [toBuffer-method](https://github.com/Automattic/node-canvas#canvastobuffer)? If...

It decides to not load the stylesheet [here](https://github.com/tmpvar/jsdom/blob/84861f7fe176da067e9b57f97498cc5b27d0cf83/lib/jsdom/living/nodes/HTMLLinkElement-impl.js#L56) as `whatwg-url` returns a failure for the relative path. Replacing the relative path `./test.css` with an absolute `file://` URL will work, as...

@dwqs The constructor option should contain a path to the directory, rather than the file itself. You also need the `file://`-scheme. Try this: `file:///Users/pomy/git/test/`