UNPKG

ydn.db

Version:

Javascript database library for IndexedDB, WebDatabase (WebSQL) and WebStorage (localStorage) storage mechanisms supporting version migration, advanced query and transaction workflow.

23 lines (16 loc) 292 B
/** * @fileoverview About this file. * * User: kyawtun * Date: 17/1/13 */ goog.provide('ydn.db.io.Reader'); /** * Read delimited records from a URL. * @param {string} url * @constructor */ ydn.db.io.Reader = function(url) { }; ydn.db.io.Reader.prototype.next = function() { };