question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Clarify runtime context in documentation

See original GitHub issue

Are the functions of this package intended to be run in Node.js or in a browser?

The references to npm and require(...) suggest Node.js, but the references to e.g. document.getElementById suggest the browser.

If they run in:

  1. Node.js . How do you suggest making a DOM available to the input of your functions? Do you expect people to somehow load from a static HTML file? Or receive a serialized DOM from a client browser via POST?
  2. browser. How do you suggest making the functions, e.g. htmlToImage.toSvg, available to in-browser Javascript, given that require('html-to-image') is not available?

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:6 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
vivcat[bot]commented, Sep 28, 2021

Hiya! This issue has gone quiet. Spooky quiet. 👻 We get a lot of issues, so we currently close issues after 60 days of inactivity. It’s been at least 20 days since the last update here. If we missed this issue or if you want to keep it open, please reply here. You can also add the label “not-stale” to keep this issue open! As a friendly reminder: the best way to see this issue, or any other, fixed is to open a Pull Request.

Thanks for being a part of the Antv community! 💪💯

0reactions
vivcat[bot]commented, Dec 20, 2022

This thread has been automatically locked because it has not had recent activity. Please open a new issue for related bugs and link to relevant comments in this thread.

Read more comments on GitHub >

github_iconTop Results From Across the Web

python - What is a "runtime context"? - Stack Overflow
The "runtime context" is an informal concept and it means "the state set up by the . __enter__() method function call and torn...
Read more >
System Runtime Context - Pega Documentation
System Runtime Context (SRC) determines how application rules resolve in Pega Platform™ . Adding an application to SRC lets Pega Platform automatically ...
Read more >
Business Process Tasks - Clarify v5 User Guide
This task sets a value in a Context Point. Parameter, Type, Description. Context Point, StorageNode, Where the Context Point is ...
Read more >
Contexts Interface - Sentry Developer Documentation
Runtime context describes a runtime in more detail. Typically, this context is used multiple times if multiple runtimes are involved (for instance, ...
Read more >
[go] runtime: clarify Frames.Next documentation - Google Groups
Matthew Dempsky would like Ian Lance Taylor to review this change. View Change runtime: clarify Frames.Next documentation. I wrote code that relied on...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found