Contents tagged “TIL”
There are 3 contents with this tag:
-
TIL: Dart Sass sometimes doesn't play nice with unicode characters written as
\2197\FE0E
(which is ↗). -
TIL: if you cache images with a Service Worker, and you have a Content Security Policy, the image's origin should be in both the
img-src
andconnect-src
directives.Details from @qubyte: https://qubyte.codes/blog/content-security-policy-and-service-workers
-
TIL:
Paint timing metrics are too optimistic. In 85-95% of cases, they are recorded before any pixels are actually rendered to the screen.
From @Joseph_Wynn's article for @SpeedCurve: https://speedcurve.com/blog/an-analysis-of-chromiums-paint-timing-metrics/
See all tags.