This repository has been archived by the owner on Apr 12, 2024. It is now read-only.
Add a WebContents
argument to InspectableWebContents::ShowDevTools
#80
Labels
Make the
WebContents
to inspect parametrizable inInspectableWebContents
'sShowDevTools
method.This method should accept to be called multiple times on different
WebContents
without callingCloseDevTools
The goal of this enhancement is to allow a top-level
InspectableWebConents
to be in charge of displaying the inspector for any underlyingWebContents
(think<webview>
)The text was updated successfully, but these errors were encountered: