web_sdk library
Classes
- WebTimeProvider
-
BrowserTimeProvider retrieves high-resolution timestamps utilizing the
window.performance
API. - WebTracerProvider
-
A api.TracerProvider which implements features specific to
dart:html
.
Properties
- timeOrigin → Int64
-
Time when navigation started or the service worker was started in
nanoseconds.
final
Functions
-
fromDOMHighResTimeStamp(
num ts) → Int64 - Converts a high-resolution timestamp from the browser performance API to an Int64 representing nanoseconds since Unix Epoch.