machawk1 / warcreate

Chrome extension to "Create WARC files from any webpage"
https://warcreate.com
MIT License
206 stars 13 forks source link

JavaScript files are no longer included in the generated WARC #82

Closed machawk1 closed 7 years ago

machawk1 commented 8 years ago

This may be due to the request for resources being synchronous in https://github.com/machawk1/warcreate/blob/master/js/content.js#L222-L231 yet synchronous requests are deprecated. The JSData variable is verified as populated after the above lines but for some reason, not sent in the inter-script messaging.

machawk1 commented 8 years ago

WARC Request Records exist for the JS files but not the responses due to the above synchronicity issue.