[Home](./index.md) > [puppeteer](./puppeteer.md) > [Protocol](./puppeteer.protocol.md) > [HeadlessExperimental](./puppeteer.protocol.headlessexperimental.md) > [BeginFrameResponse](./puppeteer.protocol.headlessexperimental.beginframeresponse.md) > [hasDamage](./puppeteer.protocol.headlessexperimental.beginframeresponse.hasdamage.md) ## Protocol.HeadlessExperimental.BeginFrameResponse.hasDamage property Whether the BeginFrame resulted in damage and, thus, a new frame was committed to the display. Reported for diagnostic uses, may be removed in the future. Signature: ```typescript hasDamage: boolean; ```