Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(extensions/timers): better wpt & webidl conformance for performance API #10887

Merged
merged 8 commits into from
Jul 5, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Update extensions/timers/02_performance.js
Co-authored-by: Luca Casonato <[email protected]>
  • Loading branch information
crowlKats and lucacasonato committed Jul 5, 2021
commit f9676af5f2876edeef596ccf86a232d06b157972
1 change: 0 additions & 1 deletion extensions/timers/02_performance.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,6 @@
prefix,
context: "Argument 2",
});
console.log("foooobarrrrrr", startOrMeasureOptions);

if (endMark !== undefined) {
endMark = webidl.converters.DOMString(endMark, {
Expand Down