Tag: webdev
All the articles with the tag "webdev".
-
Goodbye Date, Hello Temporal API
6 min read javascriptJavaScript's Date object was a copy of Java's broken java.util.Date, and we've been stuck with it for 30 years. The Temporal API is here to replace it.
-
Stop Using innerHTML: The New Firefox Feature That Kills XSS
5 min read webdevFirefox 148 just shipped the new Sanitizer API with setHTML(). Here's why you should stop using innerHTML today.