•  
      request #10599 Remove unneeded polyfills json2 & storage
    Infos
    #10599
    Nicolas Terray (nterray)
    2017-12-22 10:56
    2017-08-25 12:52
    10838
    Details
    Remove unneeded polyfills json2 & storage
    Since we don't support anymore IE < 11, we can safely remove json2.js & storage.js from our polyfills.

    json2.js brings JSON.parse & JSON.stringify
    http://caniuse.com/#feat=json

    storage.js brings localStorage
    http://caniuse.com/#feat=namevalue-storage

    This allows us to slightly decrease the size of our js bundle.
    UX/UI
    All
    Empty
    • [ ] enhancement
    • [x] internal improvement
    Empty
    Stage
    Empty
    Closed
    2017-12-22
    Attachments
    Empty
    References
    Referencing request #10599

    Follow-ups