jagenjo / litegraph.js

A graph node engine and editor written in Javascript similar to PD or UDK Blueprints, comes with its own editor in HTML5 Canvas2D. The engine can run client side or server side using Node. It allows to export graphs as JSONs to be included in applications independently.
MIT License
5.32k stars 602 forks source link

Fix ignored input on HttpRequestNode #440

Open BIightning opened 3 months ago

BIightning commented 3 months ago

Inputs on the HttpRequestNode are not being used. This fix first tries to get an url from an input and failing that falls back to the internal url property.

daniel-lewis-ab commented 1 week ago

Implemented on my fork.