tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

constants.ts (124B)


      1 export const EMPTY_BUFFER = new ArrayBuffer(0);
      2 export const EMPTY_VIEW = new Uint8Array(0);
      3 export const EMPTY_STRING = "";