Closed Bug 1549429 Opened 6 years ago Closed 11 months ago

[meta] DOM.getContentQuads

Categories

(Remote Protocol :: CDP, task)

task

Tracking

(Not tracked)

RESOLVED WORKSFORME

People

(Reporter: ato, Unassigned)

References

()

Details

(Keywords: meta, Whiteboard: [method=DOM.getContentQuads])

No description provided.
Keywords: meta
Whiteboard: [method=DOM.getContentQuads]
Depends on: 1561401
Depends on: 1543151

The base implementation from bug 1543151 only supports the objectId argument, but not the nodeId nor backendNodeId arguments.

I can only see a single use in Puppeteer:

      this._client.send('DOM.getContentQuads', {
        objectId: this._remoteObject.objectId
      }).catch(debugError),

It means that the current implementation is enough for Puppeteer support, and everything else can be deferred.

No longer blocks: puppeteer-mvp
Component: CDP: DOM → CDP
Severity: normal → S3

Everything that we could do for this API is done.

Status: NEW → RESOLVED
Closed: 11 months ago
Resolution: --- → WORKSFORME
You need to log in before you can comment on or make changes to this bug.