Chrome extension: (DOM)Debugger API does not work anymore

后端 未结 1 1989
天涯浪人
天涯浪人 2021-01-13 01:27

Our chrome extension does not work correctly anymore since version 37.0.2062.103 (It used to work correctly on chrome version 36.0.1985.143).

Specifically, the debu

相关标签:
1条回答
  • 2021-01-13 02:19

    It seems like it regressed with https://codereview.chromium.org/305753005. One needs to call "DOM.enable" for it to work now. On the Chrome side, we should implicitly enable DOM domain upon setEventListenerBreakpoint for backwards compatibility. Unfortunately it already squeezed into the stable release.

    0 讨论(0)
提交回复
热议问题