GithubHelp home page GithubHelp logo

Comments (7)

sophiebits avatar sophiebits commented on April 26, 2024

I made a change to the README in #7. Personally, I don't think it's worth fixing as it's inconvenient to rewrite all of blink-devtools to use chrome.storage instead. Detecting might be useful though.

from react-devtools.

sebmarkbage avatar sebmarkbage commented on April 26, 2024

Well, we could polyfill it. Even an async api can be read in full at load. Then stored synchronously in memory, only to be occasionally flushed asynchronously.

We need a better start up page with relevant error information.

from react-devtools.

kdzwinel avatar kdzwinel commented on April 26, 2024

Don't rewrite it using chrome.storage, it won't work either - https://code.google.com/p/chromium/issues/detail?id=178618 . I use background page for all localStorage access due to these bugs: https://github.com/kdzwinel/SnappySnippet/blob/master/js/background.js .

from react-devtools.

irae avatar irae commented on April 26, 2024

I found out a workaround. I added the chrome extension ID to the list of exceptions:

screenshot 2015-07-01 at 11 29 50 am

Looks like this will make localStorage available to the extension, without the need to change your privacy settings.

I agree with Sebastian that a better startup page would be great, and this workaround can actually be included as a warning message if such page exists in the future.

from react-devtools.

sophiebits avatar sophiebits commented on April 26, 2024

@irae Thanks, good find.

from react-devtools.

jarohen avatar jarohen commented on April 26, 2024

Thanks :) The (copyable) chrome extension ID is fmkadmapgofadopljbjfkapdkoienihi

from react-devtools.

jaredly avatar jaredly commented on April 26, 2024

the newly released beta version works just fine w/ third-party cookies blocked.
Let us know if you run into any other issues!

from react-devtools.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.