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

Added PerformanceObserver #1293

Merged
merged 4 commits into from
Jul 16, 2024
Merged

Added PerformanceObserver #1293

merged 4 commits into from
Jul 16, 2024

Conversation

davidjbradshaw
Copy link
Owner

No description provided.

const addUsedTag = (el) => typeof el === 'object' && usedTags.add(el)
const round = (num) => Math.floor(num * DEC_PLACES) / DEC_PLACES

const advise = console.warn

Check warning

Code scanning / ESLint

Disallow the use of `console` Warning

Unexpected console statement.

lastPerfEl = perfEl

console.info(

Check warning

Code scanning / ESLint

Disallow the use of `console` Warning

Unexpected console statement.
packages/child/index.js Dismissed Show dismissed Hide dismissed
packages/child/log.js Dismissed Show dismissed Hide dismissed
packages/child/log.js Dismissed Show dismissed Hide dismissed
packages/child/log.js Dismissed Show dismissed Hide dismissed
packages/child/log.js Dismissed Show dismissed Hide dismissed
@davidjbradshaw davidjbradshaw merged commit 6d11176 into master Jul 16, 2024
4 checks passed
@davidjbradshaw davidjbradshaw deleted the perf branch July 16, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant