Skip to content

Deprecate AccessorUtilities and its methods

Miguel Rincon requested to merge mrincon-deprecate-accessorutils into master

What does this MR do and why?

This change deprecates "AccessorUtilities" and its methods.

Preemptively checking if localStorage works only has a limited capability to capture errors and should be replaced by proper error handling. The deprecation message prompts contributors to use try/catch instead.

Screenshots or screen recordings

NA

How to set up and validate locally

N/A. This is a simple deprecation, skip to the new jsdoc here -> !70390 (diffs)

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Edited by Miguel Rincon

Merge request reports