Coder Social home page Coder Social logo

Comments (2)

balupton avatar balupton commented on August 26, 2024

Thanks dlee,

We actually use both JSON.parse and JSON.stringify, despite MooTools and Prototype including both of these JSON implementations - jQuery only includes JSON.parse - so we still need to include JSON2.

It's quite lightweight so I don't see the include as an issue, if it is then feel free to make a recommendation on how we can cut out the JSON code altogether - as right now it is only being used to create hashes for the objects to store - which is quite a fitting use case...

Alternatively, we could manually include the JSON.stringify code in the jQuery Adapter instead... But this would incur larger loads for browsers that natively include JSON...

Thoughts?

from history.js.

balupton avatar balupton commented on August 26, 2024

v1.5 will split the HTML4 and HTML5 functionality; so the user is able to support only the HTML5 browsers, or HTML5 and HTML4 browsers.

As such for the user who only wants to support HTML5 browsers they don't need the JSON ability (as HTML5 browsers already support it) - where including JSON in the adapters would mean they still get it.

As such, this change is rejected.

from history.js.

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.