Skip to content

Commit

Permalink
Deprecate chrome.tabs.executeScriptInFrame
Browse files Browse the repository at this point in the history
  • Loading branch information
Rob--W committed May 30, 2016
1 parent f2c022b commit 3080559
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions chrome.tabs.executeScriptInFrame/README.md
@@ -1,5 +1,11 @@
# chrome.tabs.executeScriptInFrame

**Obsolete since Chrome 39 - https://crbug.com/63979 has been fixed.**
This snippet is only kept for historical purposes. If you had previously
been using `executeScriptInFrame`, simply replace it with `executeScript`.

---

Adds the `chrome.tabs.executeScriptInFrame` method to the
[`chrome.tabs` API](https://developer.chrome.com/extensions/tabs.html).
This method allows one to run a content script in the context of a frame,
Expand Down

0 comments on commit 3080559

Please sign in to comment.