@ceeblue/web-utils
    Preparing search index...

    Function time

    • Returns an efficient timestamp in milliseconds elapsed since performance.timeOrigin, representing the start of the current JavaScript execution context.

      Returns number

      Each Web Worker runs in a separate JS context, so timestamps are not directly comparable between different workers. Use unixTime for comparable timestamps across different Web Workers.