PHP 8.2.30
Preview: dictionary-browser.js Size: 544 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/brotli/dec/dictionary-browser.js

var base64 = require('base64-js');

/**
 * The normal dictionary-data.js is quite large, which makes it 
 * unsuitable for browser usage. In order to make it smaller, 
 * we read dictionary.bin, which is a compressed version of
 * the dictionary, and on initial load, Brotli decompresses 
 * it's own dictionary. 😜
 */
exports.init = function() {
  var BrotliDecompressBuffer = require('./decode').BrotliDecompressBuffer;
  var compressed = base64.toByteArray(require('./dictionary.bin.js'));
  return BrotliDecompressBuffer(compressed);
};

Directory Contents

Dirs: 0 × Files: 11

Name Size Perms Modified Actions
4.00 KB lrw-r--r-- 2026-02-14 19:19:12
Edit Download
11.93 KB lrw-r--r-- 2026-02-14 19:19:12
Edit Download
29.21 KB lrw-r--r-- 2026-02-14 19:19:14
Edit Download
544 B lrw-r--r-- 2026-02-14 19:19:14
Edit Download
738.65 KB lrw-r--r-- 2026-02-14 19:19:20
Edit Download
67.40 KB lrw-r--r-- 2026-02-14 19:19:22
Edit Download
1.19 KB lrw-r--r-- 2026-02-14 19:19:24
Edit Download
4.15 KB lrw-r--r-- 2026-02-14 19:19:28
Edit Download
3.25 KB lrw-r--r-- 2026-02-14 19:19:36
Edit Download
743 B lrw-r--r-- 2026-02-14 19:19:38
Edit Download
10.67 KB lrw-r--r-- 2026-02-14 19:19:38
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).