Paul Kinlan
Paul Kinlan
It would be excellent if we could parse/configure RSS feeds so that people can quickly build their own apps.
We have very few tests. Define a test suite for proxies
Uses a lot of Object.defineProperty, could probably just be a class now. * [x] Move to classes * [x] var -> let * [x] fetch * [x] promises (blocks UI...
IE 10 errors because of no `__defineGetter__` support. ES5shim that to use Object.defineProperty instead :3 via @jsdalton
I am using the WHATWG streams polyfill and I would assume then that the module would use that implementation rather than the node streams API. Would love some way to...
``` {{ for(let v of it.arr) yield P(`${v}`) }} ``` It basically infinite loops, or at least never returns. It's not exactly the same as above but a demo here...
I am attempting to map the Geolocation API to the DOMFuture API, getPostition seems pretty simple. However the watchPosition API and the associated clearWatch are slightly troublesome. Firstly, watchPostition is...
## Summary Correctly encodes the HTML - this doesn't check the quoted HTML on any other page. Fixes #186