<!DOCTYPE html> <html> <head> <meta charset="utf8"> <title>SuperAgent — elegant API for AJAX in Node and browsers</title> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/tocbot/3.0.0/tocbot.css"> <link rel="stylesheet" href="docs/style.css"> </head> <body> <ul id="menu"></ul> <div id="content"> </div> <a href="http://github.com/visionmedia/superagent"><img style="position: absolute; top: 0; right: 0; border: 0;" src="https://s3.amazonaws.com/github/ribbons/forkme_right_white_ffffff.png" alt="Fork me on GitHub"></a> <script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script> <script> $('code').each(function(){ $(this).html(highlight($(this).text())); }); function highlight(js) { return js .replace(/</g, '<') .replace(/>/g, '>') .replace(/('.*?')/gm, '<span class="string">$1</span>') .replace(/(\d+\.\d+)/gm, '<span class="number">$1</span>') .replace(/(\d+)/gm, '<span class="number">$1</span>') .replace(/\bnew *(\w+)/gm, '<span class="keyword">new</span> <span class="init">$1</span>') .replace(/\b(function|new|throw|return|var|if|else)\b/gm, '<span class="keyword">$1</span>') } </script> <script src="https://cdnjs.cloudflare.com/ajax/libs/tocbot/3.0.0/tocbot.js"></script> <script> // Only use tocbot for main docs, not test docs if (document.querySelector('#superagent')) { tocbot.init({ // Where to render the table of contents. tocSelector: '#menu', // Where to grab the headings to build the table of contents. contentSelector: '#content', // Which headings to grab inside of the contentSelector element. headingSelector: 'h2', smoothScroll: false }); } </script> </body> </html>
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
dist | Folder | 0755 |
|
|
docs | Folder | 0755 |
|
|
lib | Folder | 0755 |
|
|
.browserslistrc | File | 54 B | 0644 |
|
.dist.babelrc | File | 162 B | 0644 |
|
.dist.eslintrc | File | 707 B | 0644 |
|
.editorconfig | File | 147 B | 0644 |
|
.gitattributes | File | 12 B | 0644 |
|
.lib.babelrc | File | 187 B | 0644 |
|
.lib.eslintrc | File | 554 B | 0644 |
|
.remarkignore | File | 32 B | 0644 |
|
.zuul.yml | File | 324 B | 0644 |
|
CONTRIBUTING.md | File | 358 B | 0644 |
|
HISTORY.md | File | 24.38 KB | 0644 |
|
LICENSE | File | 1.08 KB | 0644 |
|
Makefile | File | 1.3 KB | 0644 |
|
README.md | File | 9.29 KB | 0644 |
|
index.html | File | 1.89 KB | 0644 |
|
package.json | File | 10.21 KB | 0644 |
|