Skip to content

Doesn't work, error: /deep/ combinator is deprecated. #8

@laukstein

Description

@laukstein

It doesn't work.

chrome-devtools://devtools/bundled/devtools.html?ws=localhost:9223/devtools/page/server2.conn0.tab1&remoteFrontend=true returns empty page and Chrome Console log shows:

/deep/ combinator is deprecated. See https://www.chromestatus.com/features/6750456638341120 for more details.
VM50:72 Uncaught TypeError: Cannot read property 'addExtensions' of undefined

node bin/adaptor.js

info: adaptor.initialize
info: adaptor.start
info: server.http.listerning (port 9223)
info: server.socket.listerning (port 9223)
info: server.started
info: client.connecting on  6000
info: client.connected: port 6000
info: adaptor.ready
info: -> visit http://localhost:9223/json/
info: httprequest.received: Info.getInfo
info: httprequest.reply description=, devtoolsFrontendUrl=/devtools/devtools.html?ws=localhost:9223/devtools/page/server2.conn0.tab1, devtoolsUrl=chrome-devtools://devtools/bundled/devtools.html?ws=localhost:9223/devtools/page/server2.conn0.tab1&remoteFrontend=true, id=server2.conn0.tab1, title=Invoice - a7828431-69e7-48ad-8eba-b5ae4ecc026d1, type=page, url=http://dev.stampli.com/ServerUi/invoice.html#id=a7828431-69e7-48ad-8eba-b5ae4ecc026d1&mode=processor, webSocketDebuggerUrl=ws://localhost:9223/devtools/page/server2.conn0.tab1

http://localhost:9223/json/

[
  {
    "description": "",
    "devtoolsFrontendUrl": "/devtools/devtools.html?ws=localhost:9223/devtools/page/server2.conn0.tab1",
    "devtoolsUrl": "chrome-devtools://devtools/bundled/devtools.html?ws=localhost:9223/devtools/page/server2.conn0.tab1&remoteFrontend=true",
    "id": "server2.conn0.tab1",
    "title": "test",
    "type": "page",
    "url": "http://test.com/",
    "webSocketDebuggerUrl": "ws://localhost:9223/devtools/page/server2.conn0.tab1"
  }
]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions