GithubHelp home page GithubHelp logo

Comments (7)

tmedwards avatar tmedwards commented on September 14, 2024 1

I suppose I could add .exportToBase64() and .importFromBase64() methods or something similar.

from sugarcube-2.

tmedwards avatar tmedwards commented on September 14, 2024

Unless I'm mistaken, this is already part of v2.37.0.

from sugarcube-2.

sizhongbin avatar sizhongbin commented on September 14, 2024

Unless I'm mistaken, this is already part of v2.37.0.

Thanks for quick reply.
I've checked the 2.37.0 document. Looks like the serialize
ion API is replaced by base64. But I cannot find any difference except the Promise return. I'm still only able to encode the current save slot or load it immediately. I cannot encode/decode ALL the slots. Did I miss something?

from sugarcube-2.

tmedwards avatar tmedwards commented on September 14, 2024

Yes. Check out the documentation on Save.browser.export() and Save.browser.import().

from sugarcube-2.

sizhongbin avatar sizhongbin commented on September 14, 2024

Yes. Check out the documentation on Save.browser.export() and Save.browser.import().

Oh i figured out. Yes the import/export can backup/restore all the slots to/from a save file. But unfortunately, what i need is a JSON string so that i can SELECT/INSERT/UPDATE it in postgresSQL easily.

I guess I should create my own save/load function instead of using the brower save API, so that I can set/get the JSON string I want to/from localStorage and do something before loading.

from sugarcube-2.

tmedwards avatar tmedwards commented on September 14, 2024

Made some changes:

  • Moved Save.browser.export() and Save.browser.import() to Save.disk.export() and Save.disk.import().
  • Added Save.base64.export() and Save.base64.import().

The latter two are what you should need.

from sugarcube-2.

sizhongbin avatar sizhongbin commented on September 14, 2024

Great! Thanks a lot. I'll try it soon.

from sugarcube-2.

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.