Giter VIP home page Giter VIP logo

Comments (9)

nvh avatar nvh commented on July 21, 2024 1

@samdenty I just created a PR for this ^

from console-feed.

samdenty avatar samdenty commented on July 21, 2024

Serializing logs with the current method is expensive, so when you call console.log, instead of sync blocking until the log has been dispatched, it delays it using setTimeout. Adding multiple todos, makes it block for longer.

Internally, replicator is currently used to serialize objects (so they can be transferred between DOM's), those stack frames are from within it.

The alternative way to handle recursion to use a two-way COM, which serializes objects as you expand them (the way chrome devtools does).

I haven't done this, as I've previously managed to get chrome devtools working embedded on a website using a mocked version of the devtools websocket API - giving you the real devtools, but I haven't put much time into that.

I don't currently have time to work on either, but pull requests are open

from console-feed.

samdenty avatar samdenty commented on July 21, 2024

You should be able to avoid the serializing / deserializing step, if the iframe is same-origin.

from console-feed.

koenbok avatar koenbok commented on July 21, 2024

In our own app (Framer) we get this error too, but there console-feed just lives in the same page (so no iframe like CodeSandbox). Any hints how we could avoid this error in that setup?

from console-feed.

samdenty avatar samdenty commented on July 21, 2024

const encoded = Encode(parsed) as Message

Encode function should be removed

from console-feed.

koenbok avatar koenbok commented on July 21, 2024

Would you be interested in a PR to make this an option? Or should we fork the library for our use case?

from console-feed.

samdenty avatar samdenty commented on July 21, 2024

@koenbok PR would be ideal, something like Hook(console, cb, encode = true)

from console-feed.

samdenty avatar samdenty commented on July 21, 2024

Available in 2.8.8

from console-feed.

koenbok avatar koenbok commented on July 21, 2024

Thanks!

from console-feed.

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.