John Riviello
John Riviello
Our [package.json](https://github.com/Comcast/Surf-N-Perf/blob/main/package.json#L6-L8) says it supports any version of NodeJS greater than or equal to 0.10.x, but that results in a warning when installing in npm v7: ``` $ npm install...
See https://github.com/blog/2233-publish-your-project-documentation-with-github-pages for details on the new GitHub feature. This should simplify things regarding out documentation build process.
Since it's currently only possible to have one value for a key (see Issue #54), that results in code like this when you only want to mark a key the...
Currently `getMark` returns the High Res mark if the browser supports User Timing instead of the User Timing mark. This is by design (user Timing is just for duration calculations),...
The project currently uses [Jasmine 1.3](http://jasmine.github.io/1.3/introduction.html). Upgrade to [Jasmine 2.3](http://jasmine.github.io/2.3/introduction.html) http://jasmine.github.io/2.3/upgrading.html has tips on upgrading
I noticed both [`.at()` method on the built-in indexables](https://github.com/tc39/proposal-relative-indexing-method/) and [`Object.hasOwn`](https://github.com/tc39/proposal-accessible-object-hasownproperty) were added to Safari in v15.4. It's unclear looking at the current table that the currently supported Safari version...
Looks like this was actually previously fixed via 70d9799 but it was then reverted by tedium-bot when it autogenerated the README file in 2e2fa64. It's unclear to me from the...
### What type of issue is this? Incorrect support data (example: BrowserX says "86" but support was added in "40") ### What information was incorrect, unhelpful, or incomplete? `Implements Function.prototype.toString...
This part that was added to the Introduction as part of ECMAScript 2024 starts with: > ECMAScript 2024, the 15th edition, added facilities for resizing and transferring ArrayBuffers and SharedArrayBuffers;...