Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pico-ajax #1042

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions data.js
Original file line number Diff line number Diff line change
Expand Up @@ -964,6 +964,14 @@ module.exports = [
url: "https://github.com/organic-scholar/http.js",
source: "https://raw.githubusercontent.com/organic-scholar/http.js/master/dist/http.js"
},
{
name: "pico-ajax",
github: "udivankin/pico-ajax",
tags: ["fetch", "promise", "json", "xhr", "ajax", "rest", "http", "axios", "https"],
description: "Universal (browser and NodeJS), very tiny (browser version is ~1kb uncompressed) yet fully functional AJAX library with zero dependencies. Gives control over body and headers.",
url: "https://github.com/udivankin/pico-ajax",
source: "https://raw.githubusercontent.com/udivankin/pico-ajax/master/dist/browser/picoajax.min.js"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please change this to provide a human-readable source file.

From the microjs readme:

The 'source' attribute must point to a single-file, or an array of files that can be concatenated to form your complete library in a ready-to-use form. The 'source' must not be minified

},
{
name: "Automator.js",
github: "brophdawg11/Automator.js",
Expand Down