-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chrome.storage.Storage.sync.set and get not working #47
Comments
The facade was incorrect, it was fixed in 9518752 I don't know why the latest version is not published in Maven though. |
@dportabella Not super sure, but looks like you need to upgrade the versions of sbt plugins in this project, at the very least scalajs and scalafmt. Watch out for any breaking changes though. Also you might need to drop support for scala 2.10 in build.sbt to achieve that, that's a very old version. Oh and better start from the Really that's a question for the maintainer, I was only passing by, don't know the details of this project. |
Thanks @raquo . I just gave up on building scala-js-chrome after spending two days on this.
|
After executing this scalajs code:
this javascript code
shows
{"value1$5":"value1"}
instead of{"key1":"value1"}
is this a bug?
also,
throws an Error. why?
The text was updated successfully, but these errors were encountered: