Skip to content

Instantly share code, notes, and snippets.

View ideashower's full-sized avatar

Nate Weiner ideashower

View GitHub Profile
@ideashower
ideashower / aSyncSelectStatementCallback.js
Created December 10, 2010 23:06
aSyncSelectStatementCallback
/*
First draft at making an asynchronous method for returning a large SELECT result from SQLite in Firefox.
As part of a discussion here:
https://bugzilla.mozilla.org/show_bug.cgi?id=608142
Aiming to be an expansion of:
https://developer.mozilla.org/en/storage#Asynchronously
*/