Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Qt Development
  3. QtWebEngine
  4. PerformanceObserver can't go in callback
Forum Updated to NodeBB v4.3 + New Features

PerformanceObserver can't go in callback

Scheduled Pinned Locked Moved Unsolved QtWebEngine
2 Posts 1 Posters 240 Views
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • R Offline
    R Offline
    rockyxia
    wrote on last edited by
    #1

    this.observers.measure = new PerformanceObserver(function (e) {
    var t = e.getEntries()[0].startTime;
    requestAnimationFrame(function () {
    r && n.stats.updateRenderings(t), (r = !0);
    });
    });
    this.observers.measure.observe({
    type: "measure",
    buffered: !0,
    });

    PerformanceObserver callback can't goin, Is it a known problem?

    1 Reply Last reply
    0
    • R Offline
      R Offline
      rockyxia
      wrote on last edited by
      #2

      performance.measure No trigger

      1 Reply Last reply
      0

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved