Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

node.js #333

Open
shizhaojingszj opened this issue Jan 15, 2021 · 1 comment
Open

node.js #333

shizhaojingszj opened this issue Jan 15, 2021 · 1 comment

Comments

@shizhaojingszj
Copy link

shizhaojingszj commented Jan 15, 2021

is there any plan to add a node.js script to upload a file from terminal to a flow. js based backend?
for testing...

@drzraf
Copy link
Collaborator

drzraf commented Jan 16, 2021

See the above mentioned WIP PR.
The main issue is that node.js semantics are really different than native browser, even considering jsdom, notably:

  • xhr (and specifically the progress event)
  • the crypto API
  • ... probably others

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants