GithubHelp home page GithubHelp logo

Comments (3)

Reinmar avatar Reinmar commented on August 27, 2024 1

Hi :) We should probably do a better job at communicating which browsers we intend to support. But 4y old ones won't be on the list for sure.

In this case, this may be a single operator now, but this is a large project and we guard the ES features used by defining the target ES version when compiling everything together. If you meant that we could easily remove the use of this operator – yes, we can. But it may return next week in someone else's code (including our deps).

Anyways, the solution is to use Babel when integrating CKE5 to transpile the code down to the ES version that you want to target. You know your audience and how backwards-compatible you want your product to be.

from ckeditor5.

Name-less avatar Name-less commented on August 27, 2024

Thanks for your answer, a better solution is to use an alternative that respect backwards compatibility like https://www.tiny.cloud/: )

from ckeditor5.

Reinmar avatar Reinmar commented on August 27, 2024

TinyMCE has a very similar approach to supporting old browsers to us: https://www.tiny.cloud/docs/tinymce/latest/support/

And, once again, you can use Babel to ensure compatibility (at least from the syntax perspective) with the old browser engines.

from ckeditor5.

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.