Skip to content

Commit

Permalink
WebExt: fix missing anchor (#36144)
Browse files Browse the repository at this point in the history
Update index.md
  • Loading branch information
PassionPenguin authored Oct 6, 2024
1 parent 5026c14 commit 5f090de
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ chrome.extension.sendRequest(
)
```

This API is also available as `browser.extension.sendRequest()` in a [version that returns a promise](/en-US/docs/Mozilla/Add-ons/WebExtensions/API#callbacks_and_promises).
This API is also available as `browser.extension.sendRequest()` in a version that returns a promise.

### Parameters

Expand Down

0 comments on commit 5f090de

Please sign in to comment.