v2.0.33
·
206 commits
to master
since this release
- Fixed missing frames when using the new headless mode of Chromium (e.g. when using
--browser-arg --headless=new
) or when disabling the headless mode (e.g. when using--browser-debug
). The new headless mode allows you for example to load browser extensions (related issue: #83). - Reduced side-effect issues when running multiple
single-file
processes in parallel by using a random debugging port by default (to control the associated Chromium process) instead of always trying to use the port9222
(related issue: #78) - Updated Deno to version
1.42.4
- Fixed warning related to NPM when building the Docker image