Site Search

Search LifeStyle Racing

Search public page files, titles, headings, and visible text with stronger weighting for exact matches, filenames, headings, sections, and motorsport-related synonyms.

Query: "Usage" 195 results 1,788 files checked 884.6 ms
Best for static page content. Product database search, account-only data, and forum content would need an additional database or API-backed layer later if you want those included too.
Complete Match Node Modules.4184 / Iconv Lite Node_Modules.4184/iconv-lite/README.md

README

...eprecated] Can extend Node.js primitives (buffers, streams) to support all iconv-lite encodings. * In-browser usage via [Browserify](https://github.com/substack/node-browserify) (~180k gzip compressed with Buffer shim included). * Typescript [type definition file](https://github.com/ashtuchkin/iconv-lite/blob/master/li...

Complete Match Node Modules.4184 / Follow Redirects Node_Modules.4184/follow-redirects/README.md

README

...ther to store the redirected response details into the `redirects` array on the response object. ### Advanced usage By default, `follow-redirects` will use the Node.js default implementations of [`http`](https://nodejs.org/api/http.html) and [`https`](https://nodejs.org/api/https.html). To enable features such as cachi...

Complete Match Node Modules.4184 / Safe Buffer Node_Modules.4184/safe-buffer/README.md

README

...Node.js.** **Uses the built-in implementation when available.** ## install ``` npm install safe-buffer ``` ## usage The goal of this package is to provide a safe replacement for the node.js `Buffer`. It's a drop-in replacement for `Buffer`. You can use it by adding one `require` line to the top of your node.js modules:...

Complete Match Node Modules.4184 / String Decoder / Node Modules / Safe Buffer Node_Modules.4184/string_decoder/node_modules/safe-buffer/README.md

README

...Node.js.** **Uses the built-in implementation when available.** ## install ``` npm install safe-buffer ``` ## usage The goal of this package is to provide a safe replacement for the node.js `Buffer`. It's a drop-in replacement for `Buffer`. You can use it by adding one `require` line to the top of your node.js modules:...

Complete Match Node Modules.4184 / Qs Node_Modules.4184/qs/README.md

README

...as originally created and maintained by [TJ Holowaychuk](https://github.com/visionmedia/node-querystring). ## Usage ```javascript var qs = require('qs'); var assert = require('assert'); var obj = qs.parse('a=c'); assert.deepEqual(obj, { a: 'c' }); var str = qs.stringify(obj); assert.equal(str, 'a=c'); ``` ### Parsing O...

Complete Match Node Modules.4184 / Nodemailer Node_Modules.4184/nodemailer/README.md

README

...th Gmail. If Gmail does not work for you, then don't use it. Read more about it [here](https://nodemailer.com/usage/using-gmail/). #### I get ETIMEDOUT errors Check your firewall settings. Timeout usually occurs when you try to open a connection to a firewalled port either on the server or on your machine. Some ISPs al...

Complete Match Node Modules / Axios Node_Modules/axios/README.md

🥇 Gold sponsors

...Delivr CDN (ES5 UMD browser module): ```html ``` Using unpkg CDN: ```html ``` ## Example > **Note**: CommonJS usage > In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with `require()`, use the following approach: ```js import axios from 'axios'; //const axios = requ...

Complete Match MyWebsite / Node Modules / Axios MyWebsite/Node_Modules/axios/README.md

🥇 Gold sponsors

...Delivr CDN (ES5 UMD browser module): ```html ``` Using unpkg CDN: ```html ``` ## Example > **Note**: CommonJS usage > In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with `require()`, use the following approach: ```js import axios from 'axios'; //const axios = requ...

Complete Match Node Modules.4184 / Axios Node_Modules.4184/axios/README.md

🥇 Gold sponsors

...Delivr CDN (ES5 UMD browser module): ```html ``` Using unpkg CDN: ```html ``` ## Example > **Note**: CommonJS usage > In order to gain the TypeScript typings (for intellisense / autocomplete) while using CommonJS imports with `require()`, use the following approach: ```js import axios from 'axios'; //const axios = requ...

Complete Match Node Modules / Base64id Node_Modules/base64id/CHANGELOG.md

CHANGELOG

.../compare/1.0.0...2.0.0) (2019-05-27) ### Code Refactoring * **buffer:** replace deprecated Buffer constructor usage ([#11](https://github.com/faeldt/base64id/issues/11)) ([ccfba54](https://github.com/faeldt/base64id/commit/ccfba54)) ### BREAKING CHANGES * **buffer:** drop support for Node.js ≤ 4.4.x and 5.0.0 - 5.9.x S...

Complete Match Node Modules / Uuid Node_Modules/uuid/CHANGELOG.md

CHANGELOG

...uuidjs/uuid/compare/v7.0.3...v8.0.0) (2020-04-29) ### ⚠ BREAKING CHANGES - For native ECMAScript Module (ESM) usage in Node.js only named exports are exposed, there is no more default export. ```diff -import uuid from 'uuid'; -console.log(uuid.v4()); // -> 'cd6c3b08-0adc-4f4b-a6ef-36087a1c9869' +import { v4 as uuidv4 }...

Complete Match MyWebsite / Node Modules / Base64id MyWebsite/Node_Modules/base64id/CHANGELOG.md

CHANGELOG

.../compare/1.0.0...2.0.0) (2019-05-27) ### Code Refactoring * **buffer:** replace deprecated Buffer constructor usage ([#11](https://github.com/faeldt/base64id/issues/11)) ([ccfba54](https://github.com/faeldt/base64id/commit/ccfba54)) ### BREAKING CHANGES * **buffer:** drop support for Node.js ≤ 4.4.x and 5.0.0 - 5.9.x S...