PublishHTMLReport
PublishHTMLReport copied to clipboard
Improvement in the way scripts are fetchted by the extension in tab.ts.
Currently scripts are fetched using a simplistic logic of attachment name and type for each attachment, there are better ways to do this, one being iterating over the attachments and fetching them until no new attachment is found. Other better ways can also be considered.