Frequent verification codes may appear for non-Mainland China IP visits. If visitors are severely affected, please send [IP|ASN](44.197.111.121|AS14618) to the bottom mailbox to add to the whitelist
文章列表
2023-01-11 09:00 The gotcha of unhandled promise rejections #Jake Archibald Blog #安全文章 A rough edge with promises that can sneak up on you.
2022-12-19 09:00 Getting the correct HTML codecs parameter for an AV1 video #Jake Archibald Blog #安全文章 It should be easier, but here's how to figure it out.
2022-09-30 09:00 Drawing a star with DOMMatrix #Jake Archibald Blog #安全文章 And how I messed up the code on HTTP 203
2022-07-11 09:00 Avoiding <img /> layout shifts: aspect-ratio vs width & height attributes #Jake Archibald Blog #安全文章 Two ways to do the same thing, but which is best?
2022-07-11 09:00 Avoiding <img /> layout shifts: aspect-ratio vs width & height attributes #Jake Archibald Blog #安全文章 Two ways to do the same thing, but which is best?
2021-11-22 09:00 Cross-fading any two DOM elements is currently impossible #Jake Archibald Blog #安全文章 Here's why, and the features we need to enable it…
2021-11-22 09:00 Cross-fading any two DOM elements is currently impossible #Jake Archibald Blog #安全文章 Here's why, and the features we need to enable it…
2021-11-22 09:00 Cross-fading any two DOM elements is currently impossible #Jake Archibald Blog #安全文章 Here's why, and the features we need to enable it…
2021-10-12 09:00 How to win at CORS #Jake Archibald Blog #安全文章 The 'how' and 'why' of CORS, from start to finish.
2021-10-12 09:00 How to win at CORS #Jake Archibald Blog #安全文章 The 'how' and 'why' of CORS, from start to finish.
2021-10-12 09:00 How to win at CORS #Jake Archibald Blog #安全文章 The 'how' and 'why' of CORS, from start to finish.
2021-08-04 09:00 Writing great alt text: Emotion matters #Jake Archibald Blog #安全文章 I recently got stuck trying to figure out the right alt text for a particular image…
2021-08-04 09:00 Writing great alt text: Emotion matters #Jake Archibald Blog #安全文章 I recently got stuck trying to figure out the right alt text for a particular image…
2021-08-04 09:00 Writing great alt text: Emotion matters #Jake Archibald Blog #安全文章 I recently got stuck trying to figure out the right alt text for a particular image…
2021-07-03 09:00 `export default thing` is different to `export { thing as default }` #Jake Archibald Blog #安全文章 Here's how they differ, and when it matters…