content icon indicating copy to clipboard operation
content copied to clipboard

FF104 should support serialisation and cloning of stack in error classes

Open hamishwillee opened this issue 3 years ago • 1 comments

Acceptance Criteria

  • [x] The listed features are documented sufficiently on MDN
  • [x] BCD is updated
  • [x] Interactive example and data repos are updated if appropriate
  • [x] The content has been reviewed as needed

For folks helping with Firefox related documentation

  • [x] Set bugs to dev-doc-complete
  • [x] Add entry to Firefox release notes if feature is enabled in release or
  • [ ] Add entry to Firefox experimental features page if feature is not yet enabled in release

Features to document

Release note.

Related Gecko bugs

https://bugzilla.mozilla.org/show_bug.cgi?id=1774866#c17

Other

This comes out of work in https://github.com/mdn/browser-compat-data/pull/17008 :

Correct. There was no stack serialization support at all in FF103 in Nightly or otherwise. 104 supports structuredClone and window.postMessage.

The BCD is already updated to note this. I think all we need is a release note.

Just waiting on confirmation that nothing else is happening with this in https://bugzilla.mozilla.org/show_bug.cgi?id=1774866#c18

hamishwillee avatar Aug 01 '22 02:08 hamishwillee

Status

  • [x] BCD - done but fix typo https://github.com/mdn/browser-compat-data/pull/17176
  • [x] Docs - no actual docs
  • [x] Release notes - https://github.com/mdn/content/pull/19038
  • [x] dev-doc-complete - not doing - more updates will follow on this same bug.

This is done bar reviews

hamishwillee avatar Aug 02 '22 00:08 hamishwillee