[w3c/manifest] http (Issue #1173)

Tawhidsdk created an issue (w3c/manifest#1173)

    const result = await LCPBreakdown.request(data, {computedCache: new Map()});    expect(result.ttfb).toBeCloseTo(1245.5, 0.1);    // TODO(15841): investigate difference.    if (process.env.INTERNAL_LANTERN_USE_TRACE !== undefined) {      expect(result.loadStart).toBeCloseTo(3429.1, 0.1);      expect(result.loadEnd).toBeCloseTo(3812.8, 0.1);    } else {      expect(result.loadStart).toBeCloseTo(3558.6, 0.1);      expect(result.loadEnd).toBeCloseTo(3956.8, 0.1);    }  });  it('returns breakdown for a real trace with text LCP', async () => {


-- 
Reply to this email directly or view it on GitHub:
https://github.com/w3c/manifest/issues/1173
You are receiving this because you are subscribed to this thread.

Message ID: <w3c/manifest/issues/1173@github.com>

Received on Thursday, 29 May 2025 11:37:46 UTC