Running snippet that uses setInterval continues to execute code across page loads. |
|||
Issue description
Version: 52.0.2723.0
OS: Mac OS X
What steps will reproduce the problem?
(1) create a snippet that uses setInterval() and run it:
setInterval(function() {
console.log('here');
}, 500);
(2) reload the page
The snippet continues to execute across page loads (e.g. 'here' is logged to the console in the example). Opening and closing devtools does no good. The only way I've found to stop it is to kill Chrome entirely.
Please use labels and text to provide additional information.
,
May 3 2016
Original bug: https://bugs.chromium.org/p/chromium/issues/detail?id=497721 Original CL: https://codereview.chromium.org/1171753002 It looks like it snuck between the navigation logic for context attachment. I imagine this situation isn't very reproducible, right?
,
May 3 2016
Yea, it's flaky to repo.
,
Jun 20 2016
Can't repro it at this point. |
|||
►
Sign in to add a comment |
|||
Comment 1 by ericbide...@google.com
, May 3 201654.0 KB
54.0 KB View Download