Jonas Sicking

Results 6 issues of Jonas Sicking

It would be great if it was possible to filter such that only statistically significant changes were shown. This is somewhat similar to issue #4.

The current API doesn't enable doing things like "add 1 to the value of the `a` property". Consider the following code ``` javascript var storage = ...; storage.get("a").then(function(v) { storage.set("a",...

At EdgeConf the other week it was pointed out that when people encode JPEG images they often pick a fairly arbitrary quality level. Generally one based on habit than one...

enhancement

ArrayBuffer objects have the disadantage that they always have to live in memory. So if your file entries contain ArrayBuffer objects which describe the file contents, that means that the...

enhancement

For background and details, see http://lists.w3.org/Archives/Public/www-dom/2013JanMar/0202.html http://lists.w3.org/Archives/Public/www-dom/2013JanMar/0205.html In short, in some cases we need the ability to resolve a Future synchronously. In particular, for some APIs it's important that the...

As things are defined right now, there's a slight risk that pages will not know about `onlyExternal` and do their own filtering, which would be less performant than using `onlyExternal`....

feedback needed