Closed zaygraveyard closed 3 years ago
This repository is related to Chrome DevTools Protocol, but does not track issues regarding its definition or implementation. If you want to file an issue for the Chrome DevTools Protocol, please open an issue on https://crbug.com under component: Platform>DevTools>Platform
. Thanks in advance!
For reference, here it is: https://bugs.chromium.org/p/chromium/issues/detail?id=1254337
Target.createTarget()
takes an optionalbrowserContextId
parameter of typeBrowser.BrowserContextID
ButBrowser.BrowserContextID
is marked as experimental while neitherTarget
,Target.createTarget()
or thebrowserContextId
parameter are marked as experimentalSo either the parameter should be marked as experimental or the type shouldn't be
https://github.com/ChromeDevTools/devtools-protocol/blob/dee574b5f9d6663dffa0fa6d109c57a0a3010f94/pdl/browser_protocol.pdl#L8154