Skip to content

Commit

Permalink
Change interface to property on devtool page (mdn#21004)
Browse files Browse the repository at this point in the history
  • Loading branch information
rebloor authored Sep 25, 2022
1 parent 41b8606 commit 58c6fc5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ Enables extensions to interact with the browser's {{Glossary("Developer Tools")}

To use this API you need to have the `"devtools"` [API permission](/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/permissions#api_permissions) specified in your [manifest.json](/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json) file. This permission can not be optional.

## Interfaces
## Properties

- {{WebExtAPIRef("devtools.inspectedWindow")}}
- : Interact with the window that Developer tools are attached to (inspected window). This includes obtaining the tab ID for the inspected page, evaluate the code in the context of the inspected window, reload the page, or obtain the list of resources within the page.
Expand Down

0 comments on commit 58c6fc5

Please sign in to comment.