Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

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

  • 1 απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 10 προβολές
  • Τελευταία απάντηση από 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?

Όλες οι απαντήσεις (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 ?