Steveorevo / node-red-contrib-nbrowser

Provides a virtual web browser (a.k.a. "headless browser") appearing as a node.
34 stars 13 forks source link

Fix onDownload not reading variables from msg and flow #10

Closed sunbit closed 6 years ago

sunbit commented 6 years ago

While trying to download a file using nbrowser i realized that the name of the file was always the String literal set as a value in the action configuration, regardless of the "msg", "flow" type. I reused what i think it should have been there from the very beggining.

Steveorevo commented 6 years ago

Excellent! Adding fix to next release. Thank you for your feedback & contribution.