mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
Jasmine checks internally if `process` and `process.on` is defined. Otherwise, it installs the browser rejection handler through the `global.addEventListener`. This code may be run in the browser environment where `process` is not defined, and this will lead to a runtime exception since Webpack 5 removed automatic Node.js polyfills. PR Close #42260 PR Close #45392 |
||
|---|---|---|
| .. | ||
| jasmine.ts | ||