Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9188185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T19:56:42+00:00 2026-06-17T19:56:42+00:00

I am trying to write a Chrome extension that involves using chrome’s unlimited storage.

  • 0

I am trying to write a Chrome extension that involves using chrome’s unlimited storage.
I am currently retrieving from storage like this:

chrome.storage.local.get(null, function (items) {  
    return items;  
}  

And then saving back to storage like this:

chrome.storage.local.set(items);

My problem is that in this case ‘items’ is an associative array and I want to be able to add multiple values to this array simultaneously. Because the get method is asynchronous, I can’t guarantee that two different processes trying to call get the array from storage, add a key/value pair to it and then set it back will result in both being saved. Even worse, doing so appears to crash the extension if there are enough simultaneous processes.

Is there a better way to use chrome.storage? Or do I have to implement some kind of queueing system? I was previously using localStorage which doesn’t have the asynchronous aspect, but was exceeding the maximum storage capacity so am trying to switch to using unlimited storage.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T19:56:43+00:00Added an answer on June 17, 2026 at 7:56 pm

    I would go ahead with the queuing system you have in mind. If both of the processes have access to a global object, have that object manage the writes and have the rest of your application to write using that object instead of chrome.local.storage.set(...).

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am trying to write a simple chrome extension using html5 local storage. I
I'm trying to write a chrome extension that is used in the GMail compose
I'm trying to write a Google chrome extension so that I can highlight text
I'm trying to write a Chrome extension that takes a URL and shows all
I'm trying to write a chrome extension that routes certain requests to another. I've
I'm trying to write a Chrome extension that as a part of what it's
I'm trying to write a chrome extension that needs to keep a state of
I'm trying to write a Chrome Extension that just adds a CSS file to
I'm trying to write a Chrome extension that can switch the spellcheck language. I've
I am trying to write a chrome extension for windows, that copies any selected

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.