Jacob Eggers
Jacob Eggers
@timdream I didn't see the memory leak happening with `.measureText('m')` or `.measureText('W')`, take a look at the fiddle and see if you're seeing the same issue as me. I did...
I submitted it on the chromium page: https://bugs.chromium.org/p/chromium/issues/detail?id=718934
A coworker wasn't seeing the same issue on OSX Sierra (I was on Yosemite), so I upgraded as well. The memory issue went away with Sierra, but there was still...
@timdream If you could check Gecko, that would be helpful. I've checked Safari & Firefox and haven't seen the issue as bad in either of those: ``` // Safari measureText('\uFF37')...
As a warning, if you are specifying `first`/`last`, different browsers behave differently I was seeing different behavior for chrome & safari sending the same cookies in a different order.
> That doesn't fix the issue for `tsserver`, though. I use TypeScript and can confirm that the original issue still exists. Though, from what I can tell, I don't have...
I also tried updating to v15 and got the same error.
Any update on this?
I'm seeing this same problem with pages based parameter routing. Is there any update on this?