exportFunction()
and cloneInto()
Syntax Documentation missing
#29771
Labels
Content:WebExt
WebExtensions docs
MDN URL
https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Sharing_objects_with_page_scripts
What specific section or headline is this issue about?
Sharing content script objects with page scripts
What information was incorrect, unhelpful, or incomplete?
Share objects with page scripts only provides examples but not syntax documentation or links to that documentation for
exportFunction()
andcloneInto()
.Additionally that documentation seems to be missing completely from MDN Web Docs as a search for those functions doesn't even result in anything related to them.
What did you expect to see?
Syntax documentation like in the screenshot below or a link to that documentation.
Do you have any supporting links, references, or citations?
Probably related to #29232.
Documentation for these functions seems to be available at the links below, though I don't know if that documentation is accurate.
exportFunction()
cloneInto()
Do you have anything more you want to share?
Syntax documentation for Object.assign() as an example:
MDN metadata
Page report details
en-us/mozilla/add-ons/webextensions/sharing_objects_with_page_scripts
The text was updated successfully, but these errors were encountered: