Devin Rousso
Devin Rousso
im also running into a similar issue after i recently switched ISPs and got a new router previously i had a Xfinity Advanced Gateway XB7 and now i have a...
so ive tried having it reboot every 24hrs and 1hr and etc. but none of those usually work but i have noticed that actually physically disconnecting the RATGDO from power...
Web Inspector: Glitches when trying to edit a style from a style sheet that has an @import statement
honestly anything that tests this codepath in this case, probably something involving a CSS `@import` and/or CSSOM
instead of adding a `start` to `console.timeStamp` why not just use the existing `console.time`/`console.timeEnd`? in WebKit, `console.time`/`console.timeLog`/`console.timeEnd` already has plumbing to send the necessary data to Web Inspector so long...
i can understand the rationale behind `console.timeStamp` being used differently from `console.time`/`console.timeLog`/`console.timeEnd`, but i generally dislike having more than one API that all do extremely similar things id much rather...
> Hmm, part of the premise of this JS API was that it wouldn't require implementations to support more permutations. I guess this is not too bad, but it still...