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: "Full newsletter page for your site."
1,356 results
1,788 files checked
1,091.0 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.
Related Match
Node Modules / Methods
Node_Modules/methods/README.md
...re, with the following differences: * All method names are lower-cased. * Contains a fallback list of methods for Node.js versions that do not have a `http.METHODS` export (0.10 and lower). * Provides the fallback list when using tools like `browserify` without pulling in the `http` shim module. ## Install ```bash $ np...
Related Match
Node Modules / Negotiator
Node_Modules/negotiator/README.md
...-image]][github-actions-ci-url] [![Test Coverage][coveralls-image]][coveralls-url] An HTTP content negotiator for Node.js ## Installation ```sh $ npm install negotiator ``` ## API ```js var Negotiator = require('negotiator') ``` ### Accept Negotiation ```js availableMediaTypes = ['text/html', 'text/plain', 'application...
Related Match
Node Modules / Has Property Descriptors
Node_Modules/has-property-descriptors/README.md
...nloads][downloads-image]][downloads-url] [![npm badge][npm-badge-png]][package-url] Does the environment have full property descriptor support? Handles IE 8's broken defineProperty/gOPD. ## Example ```js var hasPropertyDescriptors = require('has-property-descriptors'); var assert = require('assert'); assert.equal(hasPr...
Related Match
Node Modules / Gopd
Node_Modules/gopd/README.md
...e]][downloads-url] [![npm badge][npm-badge-png]][package-url] `Object.getOwnPropertyDescriptor`, but accounts for IE's broken implementation. ## Usage ```javascript var gOPD = require('gopd'); var assert = require('assert'); if (gOPD) { assert.equal(typeof gOPD, 'function', 'descriptors supported'); // use gOPD like Ob...
Related Match
Node Modules / Toidentifier
Node_Modules/toidentifier/README.md
...le default function: `toIdentifier`. ### toIdentifier(string) Given a string as the argument, it will be transformed according to the following rules and the new string will be returned: 1. Split into words separated by space characters (`0x20`). 2. Upper case the first character of each word. 3. Join the words togethe...
Related Match
Node Modules / Bcryptjs / Src / Bcrypt / Prng
Node_Modules/bcryptjs/src/bcrypt/prng/README.md
....js/issues/16), these files, which used to be a part of bcrypt-isaac.js, are no longer used but are kept here for reference only. What is required instead is a proper way to collect entropy sources (using an intermediate stream cipher) which is then used to seed the CSPRNG. Pick one and use `bcrypt.setRandomFallback` i...
Related Match
MyWebsite / Node Modules / Base64id
MyWebsite/Node_Modules/base64id/README.md
...de.js module that generates a base64 id. Uses crypto.randomBytes when available, falls back to unsafe methods for node.js
Related Match
MyWebsite / Node Modules / Has Symbols
MyWebsite/Node_Modules/has-symbols/README.md
...'has-symbols'); hasSymbols() === true; // if the environment has native Symbol support. Not polyfillable, not forgeable. var hasSymbolsKinda = require('has-symbols/shams'); hasSymbolsKinda() === true; // if the environment has a Symbol sham that mostly follows the spec. ``` ## Supported Symbol shams - get-own-property-...
Related Match
MyWebsite / Node Modules / Mongodb Connection String Url
MyWebsite/Node_Modules/mongodb-connection-string-url/README.md
...ing - The `.href` property cannot be set, only read - There is an additional `.isSRV` property, set to `true` for `mongodb+srv://` - There is an additional `.clone()` utility method on the prototype ## LICENSE Apache-2.0
Related Match
MyWebsite / Node Modules / @types / Cookie
MyWebsite/Node_Modules/@types/cookie/README.md
# Installation > `npm install --save @types/cookie` # Summary This package contains type definitions for cookie (https://github.com/jshttp/cookie). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/cookie. ### Additional Details * Last updated: Tue, 06 Jul 2021 20:3...
Related Match
MyWebsite / Node Modules / @types / Whatwg Url
MyWebsite/Node_Modules/@types/whatwg-url/README.md
# Installation > `npm install --save @types/whatwg-url` # Summary This package contains type definitions for whatwg-url (https://github.com/jsdom/whatwg-url#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/whatwg-url. ### Additional Details * Last updated:...
Related Match
MyWebsite / Node Modules / @types / Webidl Conversions
MyWebsite/Node_Modules/@types/webidl-conversions/README.md
...nstallation > `npm install --save @types/webidl-conversions` # Summary This package contains type definitions for webidl-conversions (https://github.com/jsdom/webidl-conversions#readme). # Details Files were exported from https://github.com/DefinitelyTyped/DefinitelyTyped/tree/master/types/webidl-conversions. ### Addit...