Ko tenda hembiapoite sa’ivéta oñemba’apokuévo hese hembiapo porãve hag̃ua. Peteĩ jehaipyre nomoĩporãiramo ne apañuái ha eporanduséramo, roguerekohína ore nepytyvõ rekoha ikatútava ndeykeko @FirefoxSupport Twitter-pe ha avei /r/firefox Reddit-pe.

Eheka Pytyvõha

Emboyke pytyvõha apovai. Ndorojeruremo’ãi ehenói térã eñe’ẽmondóvo pumbyrýpe ha emoherakuãvo marandu nemba’etéva. Emombe’u tembiapo imarãkuaáva ko “Marandu iñañáva” rupive.

Kuaave

compress algorithm

  • 2 Mbohovái
  • 1 oguereko ko apañuái
  • 1 Hecha
  • Mbohovái ipaháva dmitriy11993

more options

please advise which compression algorithm is used when saving browser console command history in the ~/.mozilla/firefox/xxx.default-release/storage/permanent/indexeddb+++fx-devtools/idb/xxx.sqlite ?

please advise which compression algorithm is used when saving browser console command history in the ~/.mozilla/firefox/xxx.default-release/storage/permanent/indexeddb+++fx-devtools/idb/xxx.sqlite ?

Opaite Mbohovái (2)

more options

There's no compression. It's just a uncompressed sqlite database file. You need a sqlite db editor and learn some SQL to use this file.

more options

Thanks for the answer.

There's no compression.

If so, why doesn't the size of the sqlite-file change (it remains equal to 48 kilobytes), no matter how many commands I enter in the console? The size of the sqlite-file does not change even after adding a few megabytes of text to the console.

You need a sqlite db editor

I was browsing the contents of the object_data table using DB Browser for SQL: http://i.imgur.com/T2sIsJu.png