Skip to content

Add missing constructors for TJSBlob and TJSHTMLFile, add a demo for their usage

Mario Ray Mahardhika requested to merge leledumbo/pas2js:main into main

TJSBlob and TJSHTMLFile are immutable classes expecting their content to be passed on constructors. However, those constructors are missing so there's no way to have their instance containing any data unless it's externally made.

Merge request reports

Loading