PublishHTMLReport icon indicating copy to clipboard operation
PublishHTMLReport copied to clipboard

Improvement in the way scripts are fetchted by the extension in tab.ts.

Open lakshaykaushik opened this issue 4 years ago • 0 comments

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.

lakshaykaushik avatar Jan 28 '21 06:01 lakshaykaushik