Skip to content
Christopher Hunt edited this page Aug 23, 2015 · 2 revisions

IndexedDB

ReplayDatabase

Tables:

  • failed_info
  • failed_replays
  • replay
  • info

Format:

failed_info

  • name {string} - name of the imported file.
  • failure_type {string} - "upgrade_error"
  • message {string} - returned reason for failure from converter.
  • replay_id {integer} - reference to primary key of corresponding failed_replay.
  • timestamp {integer} - ms timestamp corresponding to time error occurred.

failed_replays

  • info_id {integer} - reference to primary key of corresponding failed_info
  • name {string} - name of the imported file.
  • data {string} - stringified

TaskDatabase

  • renders

FileStorage

chrome.storage.local

  • textures
  • default_textures
  • options
Clone this wiki locally