When writing a code it is often that you see the message 'Deprecated'. Deprecated codes are the codes that are being replaced by updated or new codes that do the same function in a better way. Deprecated codes are meant to be replaced completely at some point but until then the codes work as normal. Given that it lives on a dead sentence it is recommended to use updated or new codes whenever possible.
For example, among the HTML canvas attributes, there is an attribute called 'mozOpaque' which controls the opacity of the element. But because of its limitation of only being able to be used on certain browsers and the advent of other ways to do the same thing for all browsers, it was deprecated. Deprecated codes show a message that they are deprecated with a replacement code that can be used instead.
We have seen Deprecated in this writing.
'Web Development Tips' 카테고리의 다른 글
Logistics Delivery Status (Lotte, Post Office) (0) | 2023.12.19 |
---|---|
Adding Open With a Program (0) | 2023.09.01 |
Environment Variables (2) | 2023.05.31 |
Payment Service - Stripe (1) | 2023.05.25 |
Asynchronous VS Synchronous (1) | 2023.03.27 |