Matt Zeunert

Results 20 comments of Matt Zeunert

This should appear in the left-hand column when implemented. It should describe what the breakpoint does, as well as its limitations.

This happens when compilation of a test fails.

See screenshot to see the problem. The getter for localStorage.setItem isn't reset after deleting the breakpoint. Having said that... I'm not sure if there are any practical benefits to doing...

The debuggerFunction now has a details parameter, which should help a little.

I don't like the idea of having a console.log every time you hit a breakpoint. That's the opposite behavior of a BP. We could have a string variable containing the...

Tricky to do, but go ahead and have fun.

I agree this would be nice, but I don't anticipate having time to do this myself.

Thanks Kris, I've moved it to not modify Promise.js. I haven't found a way to pass the arity to the conversion function without modifying Promise.js, so for now it assumes...

[Tried it out](https://gist.github.com/mattzeunert/cf5e52474900f3396fe14f3dd31eb4fb): - No heading: 12.5% - No H1: 37.8% - Invalid hierarchy: 28% Note that e.g. Twitter or Yelp have a homepage H1 on desktop but not on...

Yeah the LoAF is recorded – on the test page I'm logging out the LoAFs and script invokers. You can see it under "LoAFs" in the log output in the...