Skip to content

Infinite loop in after NS_ERROR_DOM_QUOTA_REACHED #4

@kpturner

Description

@kpturner

Scenario.

  • localStorage already has other data in it.
  • Plug-in tries to store json, but it is too big.
  • cleanUpLocalStorage has a go at cleaning up but finds nothing to do (the data already in localStorage has nothing to do with the plug-in)
  • Loops around and tries again. Still too big (obviously). Loops around and tries again......and so on.

Result: Infinite loop.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions