axemclion / jquery-indexeddb

An IndexedDB Plugin for Jquery.
Other
195 stars 71 forks source link

Please add TypeScript support #19

Closed oldrich-s closed 11 years ago

oldrich-s commented 11 years ago

I have started working on the TypeScript definition file for the JQuery IndexedDB. Here it is:

http://pastebin.com/DkvLRTA0

I do not know JQuery IndexedDB much. Could you please finish it and clean it up?

Then we (you) could send it here:

https://github.com/borisyankov/DefinitelyTyped

EDIT: That would help even to people not using Typescript to understand the interface structure of you lib ;)

axemclion commented 11 years ago

Nice suggestion - should get this out. Most of the API methods are here - http://nparashuram.com/trialtool/index.html#example=/jquery-indexeddb/demo/trialtool.html.

Since you have done the initial groundwork, can you send me a pull request of the file (that we could probably check into a docs folder), and I could enhance from there ?

axemclion commented 11 years ago

Closing this as issue-20 has a pull request for this.