History
...checking `localStorage` (#3, @kumavis) 1.0.1 / 2014-11-25 ================== * browser: use `console.warn()` for deprecation calls * browser: more jsdocs 1.0.0 / 2014-04-30 ================== * initial commit
Search public page files, titles, headings, and visible text with stronger weighting for exact matches, filenames, headings, sections, and motorsport-related synonyms.
...checking `localStorage` (#3, @kumavis) 1.0.1 / 2014-11-25 ================== * browser: use `console.warn()` for deprecation calls * browser: more jsdocs 1.0.0 / 2014-04-30 ================== * initial commit
...========= * Add `CONNECT` method 1.0.1 / 2014-06-02 ================== * Fix module to work with harmony transform 1.0.0 / 2014-05-08 ================== * Add `PURGE` method 0.1.0 / 2013-10-28 ================== * Add `http.METHODS` support
...ents 1.0.0 / 2014-08-10 ================== * Accept valid `Vary` header string as `field` * Add `vary.append` for low-level string manipulation * Move to `jshttp` orgainzation 0.1.0 / 2014-06-05 ================== * Support array of fields to set 0.0.0 / 2014-06-04 ================== * Initial release
...json 2.6.0 / 2015-04-27 ================== * Add `preflightContinue` option * Fix "Vary: Origin" header added for "*"
...checking `localStorage` (#3, @kumavis) 1.0.1 / 2014-11-25 ================== * browser: use `console.warn()` for deprecation calls * browser: more jsdocs 1.0.0 / 2014-04-30 ================== * initial commit
...========= * Add `CONNECT` method 1.0.1 / 2014-06-02 ================== * Fix module to work with harmony transform 1.0.0 / 2014-05-08 ================== * Add `PURGE` method 0.1.0 / 2013-10-28 ================== * Add `http.METHODS` support
...ents 1.0.0 / 2014-08-10 ================== * Accept valid `Vary` header string as `field` * Add `vary.append` for low-level string manipulation * Move to `jshttp` orgainzation 0.1.0 / 2014-06-05 ================== * Support array of fields to set 0.0.0 / 2014-06-04 ================== * Initial release
...json 2.6.0 / 2015-04-27 ================== * Add `preflightContinue` option * Fix "Vary: Origin" header added for "*"
...am 2+, this is equivalent to `stream.unpipe()`. When used with streams 1 style streams (typically Node.js 0.8 and below), this module attempts to undo the actions done in `stream.pipe(dest)`. ## License [MIT](LICENSE) [npm-image]: https://img.shields.io/npm/v/unpipe.svg [npm-url]: https://npmjs.org/package/unpipe [node...
...: byteOffset, buffer: bufferWithPageSize } ``` #### `pages.set(pageNumber, buffer)` Explicitly set the buffer for a page. #### `pages.updated(page)` Mark a page as updated. #### `pages.lastUpdate()` Get the last page that was updated. #### `var buf = pages.toBuffer()` Concat all pages allocated pages into a single buff...
...ious versions had a prototype pollution bug that could cause privilege escalation in some circumstances when handling untrusted user input. Please use version 1.2.6 or later: * https://security.snyk.io/vuln/SNYK-JS-MINIMIST-2429795 (version
...stall --save process-nextick-args ``` Always be able to pass arguments to process.nextTick, no matter the platform ```js var pna = require('process-nextick-args'); pna.nextTick(function (a, b, c) { console.log(a, b, c); }, 'step', 3, 'profit'); ```