Skip to content

Make performance.now behave more like real world#31

Merged
njourdain merged 1 commit intomainfrom
performance-now
Feb 10, 2026
Merged

Make performance.now behave more like real world#31
njourdain merged 1 commit intomainfrom
performance-now

Conversation

@njourdain
Copy link

Jira story: ELF-488

Description

performance.now starts at 0 instead of epoch.

Security Checklist

  • Verified that all input (HTML form fields, REST requests, URL parameters, HTTP headers, cookies, batch files, RSS feeds, etc) is validated using positive validation (allow lists).

  • Verified that data selection or database queries (e.g. SQL, HQL, ORM, NoSQL) use parameterized queries, ORMs, entity frameworks, or are otherwise protected from database injection attacks.

  • Verified that output encoding is relevant for the interpreter and context required. For example, use encoders specifically for HTML values, HTML attributes, JavaScript, URL parameters, HTTP headers, SMTP, and others as the context requires, especially from untrusted inputs (e.g. names with Unicode or apostrophes, such as ねこ or O'Hara).

  • Verified that key material is not exposed to the application but instead uses an isolated security module like a vault for cryptographic operations.

@samacat
Copy link

samacat commented Feb 10, 2026

Preview package deployed
@sama/ng-dev@20.0.1-PR-31-1770739128

@njourdain njourdain merged commit d4023d0 into main Feb 10, 2026
3 checks passed
@njourdain njourdain deleted the performance-now branch February 10, 2026 16:23
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.

3 participants