Add missing constructors for TJSBlob and TJSHTMLFile, add a demo for their usage
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.