- π³πΏNew Zealand quietone
According to #5 this has been addressed and there has been no discussion in 5 years to indicate otherwise. Therefore, closing as outdated. If that is wrong, add a comment and set the status to active.
Javascript functions and properties can now be deprecated, which triggers a warning in the console.
#3070521: Trigger deprecation notifications on JavaScript deprecations to notify developers that deprecated code is being used β
By default, these warnings are suppressed, and can be enabled by overriding the suppressDeprecationWarnings
setting.
Developers do not have an easy, clear option to enable the warnings similar to the "Logging and Events" page for php warnings and errors, and may not be aware these warnings can be enabled.
Decide on the best way to make javascript deprecation warnings more visible to developers, and how to toggle the deprecation warnings.
For example:
suppressDeprecationWarnings
to some other existing setting, such as whether PHP assertions are onClosed: outdated
11.0 π₯
Last updated
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
According to #5 this has been addressed and there has been no discussion in 5 years to indicate otherwise. Therefore, closing as outdated. If that is wrong, add a comment and set the status to active.