Status: Untriaged
Owner: ----
Labels: Type-Feature OS-All Area-Extensions
New issue 22349 by [email protected]: chrome.tabs.executeScriptInTab()
should return the result of the eval in the callback.
http://code.google.com/p/chromium/issues/detail?id=22349
The signature should be:
chrome.tabs.executeScriptInTab(details,function(result) {
});
If the result of the expression was a valid JSON type (boolean, number,
string, null, undefined, or array of the previous), then it should be
serialized, sent back to the calling extension, and then deserialized for
the
callback.
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---