You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-1
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,6 @@ To expedite issues discovery, here are some examples from experience:
12
12
- A bundled dependency library that utilizes the eval function, thereby preventing the removal of `unsafe-eval` from the Content Security Policy (CSP) header. It can be arguably intentional, but also may reveal a configuration issue when the package was bundled with webpack config's [devtool: 'eval'](https://webpack.js.org/configuration/devtool/) in production mode.
13
13
- A substantial number of hidden video elements in the DOM that were consuming resources, unexpectedly limited to 100 medias per domain.
14
14
- An unattended interval that was unintentionally left running and contributed to a slowly growing memory.
15
-
- A hard to find/replicate (with touchpad) bug, - when popup closes on click on one of its popup buttons without acting on those buttons, if time between mousedown and mouseup is larger than 100ms. The intent of underlying code was to detect "click outside" case to close the popup, but this implementation caused frustration to mouse device users with heavy/tired/slow finger.
0 commit comments