Code Monkey home page Code Monkey logo

Comments (4)

fkling avatar fkling commented on May 20, 2024

That wouldn't really help since the loop will block the event loop. The setTimeout callback would never run (or am I misunderstanding your suggestion?). The only solution would be to run the transform in a webworker.

from astexplorer.

kyldvs avatar kyldvs commented on May 20, 2024

Ah.. right. Is there enough support for webworkers across browsers that it would be reasonable to use them?

from astexplorer.

kyldvs avatar kyldvs commented on May 20, 2024

This is actually pretty annoying, while writing a completely safe for loop it's easy to cause an infinite loop and crash the tab. For example this puts you in an un-recoverable state if there's any valid statement after it.

const maxDepth = 3;
for (let i = 0; i < maxDepth;)

from astexplorer.

fkling avatar fkling commented on May 20, 2024

This should be solved now with #39.

from astexplorer.

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.