| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -336,6 +336,11 @@ effort to report stack traces relative to the original source file. | |||
| 336 | 336 | Overriding `Error.prepareStackTrace` prevents `--enable-source-maps` from | |
| 337 | 337 | modifying the stack trace. | |
| 338 | 338 | ||
| 339 | + Note, enabling source maps can introduce latency to your application | ||
| 340 | + when `Error.stack` is accessed. If you access `Error.stack` frequently | ||
| 341 | + in your application, take into account the performance implications | ||
| 342 | + of `--enable-source-maps`. | ||
| 343 | + | ||
| 339 | 344 | ### `--experimental-global-customevent` | |
| 340 | 345 | ||
| 341 | 346 | <!-- YAML | |
| Back | FazBrowse Home | New Git URL |
0 commit comments