Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

Devtools Indexed DB inspector collapses long JSON values, making them unparseable.

  • 1 resposta
  • 1 tem este problema
  • 1 visualização
  • Última resposta por cor-el

more options

I am trying to debug an application which places a fairly large JSON string (>20kb) into a key-value in the Indexed DB. Since the string is very long, it is truncated by the DevTools UI, which means that the JSON can no longer be parsed in the UI.

Is there any setting in Firefox that allows me to prevent the UI from truncating long strings?

I am trying to debug an application which places a fairly large JSON string (>20kb) into a key-value in the Indexed DB. Since the string is very long, it is truncated by the DevTools UI, which means that the JSON can no longer be parsed in the UI. Is there any setting in Firefox that allows me to prevent the UI from truncating long strings?

Todas as respostas (1)

more options

Can't you access this k/v data in the Web Console via JavaScript (e.g. via prompt) since it is stored locally ?