w3c / apiary

Simple JS library to use the W3C API in a declarative way
MIT License
15 stars 8 forks source link

[WIP] Get rid of jQuery #33

Closed tripu closed 8 years ago

tripu commented 8 years ago

This fixes #2. As discussed, this should noticeably speed up pages using Apiary:

webapi, Sep 04 14:08:05 <tripu> when fetching those pages for the first time (no cache), most of the time (~2s) is spent downloading jQuery

(While at it, I also simplified the function get, removing the param callback, since it was always equal to crawl.)

Because now we don't have the cushion of jQuery 1.x, testing compatibility is more important.

This tested OK already on:

Before merging, I'd like help to test at least on:

tripu commented 8 years ago

I'll rebase.

deniak commented 8 years ago

LGTM! Feel free to merge.