Eric Bidelman
Eric Bidelman
Yea, I probably should get it published. That would be easy than having folks install the script directly from github source.
What's the use case you have in mind? On Thu, Jun 7, 2018, 10:27 PM kontrollanten wrote: > Thanks for a great package! Would it be possible to allow this...
Ah neat. Yea, a PR would be great. Changes are pretty minimal and I like the idea of making this more configurable :)
Looks like the WPT results are no longer available. They were created without signing in :(
IDBWrapper: https://github.com/jensarps/IDBWrapper MDN has a nice example of implementing getAll(): https://developer.mozilla.org/en/IndexedDB/Using_IndexedDB#Using_a_cursor (2nd example in that cursor section).
Can someone submit PR? On Thu, Feb 4, 2016, 5:02 AM Max Mueller [email protected] wrote: > After performing a fresh clone of my project repository, I'm now receiving > this...
I'm not sure #109 is the best fix. From reading all the comments, this does seem like a timing issue with `this.query` being set. Something like https://github.com/GoogleWebComponents/firebase-element/issues/31#issuecomment-158913104 seems like a...
Yea, we should add checks everywhere where methods depend on `query` but it hasn't been defined yet. Just so I'm clear, it's not that setting a `location` dynamically doesn't work,...
Why can't clients use `firebase-value` and do the booking themselves?
I agree it's a lot nicer to have the event and save some code writing. I'm just thinking about the cost of the listener (even a `once` listener) and firing...