A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/Hopding/brotli.js/commit/2a623817f6bd8d1f7f528f69ac8ce8067b3383fb below:

Cleanup · Hopding/brotli.js@2a62381 · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+1

-5

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+1

-5

lines changed Original file line number Diff line number Diff line change

@@ -8,7 +8,6 @@ var base64 = require('base64-js');

8 8

* it's own dictionary. 😜

9 9

*/

10 10

exports.init = function(BrotliDecompressBuffer) {

11 -

// var BrotliDecompressBuffer = require('./decode').BrotliDecompressBuffer;

12 11

var compressed = base64.toByteArray(require('./dictionary.bin.js'));

13 12

return BrotliDecompressBuffer(compressed);

14 13

};

Original file line number Diff line number Diff line change

@@ -15,7 +15,7 @@

15 15

Collection of static dictionary words.

16 16

*/

17 17 18 -

var data = require('./dictionary-browser');

18 +

var data = require('./dictionary-data-compressed');

19 19

exports.init = function(BrotliDecompressBuffer) {

20 20

exports.dictionary = data.init(BrotliDecompressBuffer);

21 21

};

Original file line number Diff line number Diff line change

@@ -25,9 +25,6 @@

25 25

"devDependencies": {

26 26

"mocha": "^2.2.1"

27 27

},

28 -

"browser": {

29 -

"./dec/dictionary-data.js": "./dec/dictionary-browser.js"

30 -

},

31 28

"scripts": {

32 29

"test": "mocha",

33 30

"prepublish": "make"

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4