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: "New Arrivals" 469 results 1,788 files checked 1,268.1 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 MyWebsite / Node Modules / Engine.io Parser MyWebsite/Node_Modules/engine.io-parser/Readme.md

Readme

...ine.io-parser ``` 1. write your app code ```js const parser = require("engine.io-parser"); const testBuffer = new Int8Array(10); for (let i = 0; i < testBuffer.length; i++) testBuffer[i] = i; const packets = [{ type: "message", data: testBuffer.buffer }, { type: "message", data: "hello" }]; parser.encodePayload(packets...

Related Match MyWebsite / Node Modules / Socket.io MyWebsite/Node_Modules/socket.io/Readme.md

Readme

...s available again. Please see the available reconnection options [here](https://socket.io/docs/v3/client-api/#new-Manager-url-options). #### Disconnection detection A heartbeat mechanism is implemented at the Engine.IO level, allowing both the server and the client to know when the other one is not responding anymore....

Related Match MyWebsite / Node Modules / Socket.io / Node Modules / Debug MyWebsite/Node_Modules/socket.io/node_modules/debug/README.md

README

...= (v) => { return v.toString('hex') } // …elsewhere const debug = createDebug('foo') debug('this is hex: %h', new Buffer('hello world')) // foo this is hex: 68656c6c6f20776f726c6421 +0ms ``` ## Browser Support You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify), or just...

Related Match MyWebsite / Node Modules / Ee First MyWebsite/Node_Modules/ee-first/README.md

README

...vent name that fired; and `args` is an array of the arguments that were emitted on the event. ```js var ee1 = new EventEmitter() var ee2 = new EventEmitter() first([ [ee1, 'close', 'end', 'error'], [ee2, 'error'] ], function (err, ee, event, args) { // listener invoked }) ``` #### .cancel() The group of listeners can b...

Related Match MyWebsite / Node Modules / Follow Redirects MyWebsite/Node_Modules/follow-redirects/README.md

README

...`) – sets the `agent` option per protocol, since HTTP and HTTPS use different agents. Example value: `{ http: new http.Agent(), https: new https.Agent() }` - `trackRedirects` (default: `false`) – whether to store the redirected response details into the `redirects` array on the response object. ### Advanced usage By de...

Related Match MyWebsite / Node Modules / Socket.io Adapter / Node Modules / Debug MyWebsite/Node_Modules/socket.io-adapter/node_modules/debug/README.md

README

...= (v) => { return v.toString('hex') } // …elsewhere const debug = createDebug('foo') debug('this is hex: %h', new Buffer('hello world')) // foo this is hex: 68656c6c6f20776f726c6421 +0ms ``` ## Browser Support You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify), or just...

Related Match MyWebsite / Node Modules / Inherits MyWebsite/Node_Modules/inherits/README.md

README

...with standard node.js `inherits`. If you are using version ~1.0 and planning to switch to ~2.0, be careful: * new version uses `super_` instead of `super` for referencing superclass * new version overwrites current prototype while old one preserves any existing fields on it

Related Match MyWebsite / Node Modules / Webidl Conversions MyWebsite/Node_Modules/webidl-conversions/README.md

README

...orresponding to a different Web IDL type. Each method, when invoked on a JavaScript value, will give back the new JavaScript value that results after passing through the Web IDL conversion rules. (See below for more details on what that means.) Alternately, the method could throw an error, if the Web IDL algorithm is s...

Related Match MyWebsite / Node Modules / Engine.io / Node Modules / Debug MyWebsite/Node_Modules/engine.io/node_modules/debug/README.md

README

...= (v) => { return v.toString('hex') } // …elsewhere const debug = createDebug('foo') debug('this is hex: %h', new Buffer('hello world')) // foo this is hex: 68656c6c6f20776f726c6421 +0ms ``` ## Browser Support You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify), or just...

Related Match MyWebsite / Node Modules / Engine.io / Node Modules / Cookie MyWebsite/Node_Modules/engine.io/node_modules/cookie/README.md

README

...Parse the query string var query = url.parse(req.url, true, true).query; if (query && query.name) { // Set a new cookie with the name res.setHeader('Set-Cookie', cookie.serialize('name', String(query.name), { httpOnly: true, maxAge: 60 * 60 * 24 * 7 // 1 week })); // Redirect back after setting cookie res.statusCode =...

Related Match MyWebsite / Node Modules / Mquery / Node Modules / Debug MyWebsite/Node_Modules/mquery/node_modules/debug/README.md

README

...= (v) => { return v.toString('hex') } // …elsewhere const debug = createDebug('foo') debug('this is hex: %h', new Buffer('hello world')) // foo this is hex: 68656c6c6f20776f726c6421 +0ms ``` ## Browser Support You can build a browser-ready script using [browserify](https://github.com/substack/node-browserify), or just...

Related Match MyWebsite / Node Modules / Bcryptjs MyWebsite/Node_Modules/bcryptjs/README.md

README

...s) (MIT-licensed), which is itself based on [javascript-bcrypt](http://code.google.com/p/javascript-bcrypt/) (New BSD-licensed). License ------- New-BSD / MIT ([see](https://github.com/dcodeIO/bcrypt.js/blob/master/LICENSE))