Chris Blakley

Results 185 comments of Chris Blakley

Interesting this seems to have gone backwards... ![Screen Shot 2024-01-24 at 10 54 26 AM](https://github.com/chrisblakley/Nebula/assets/6349678/700c4d14-7df5-4903-b38f-f7a60423a78a)

Tracked in CanIUse now: https://caniuse.com/view-transitions **Note: This is for single pages, not cross document view transitions!** ![Screen Shot 2023-06-12 at 9 12 27 AM](https://github.com/chrisblakley/Nebula/assets/6349678/a6b10f02-cef9-46c5-aaed-32e22a92e2af)

More details on the cross-document view transitions here: https://github.com/WICG/view-transitions/blob/main/cross-doc-explainer.md The above support table is specific to single pages.

This tidbit from ChatGPT was particularly insightful– might be a nice stopgap until `lineNumber` is available in all browsers: ---- The lineNumber property of a JavaScript Error object, which is...

This is now fully supported. ![Screen Shot 2023-07-24 at 5 35 22 PM](https://github.com/chrisblakley/Nebula/assets/6349678/437d30f8-3984-498f-9d2d-a745eaa334cc)

Still awaiting support in both Firefox and Safari as of July 2023... ![Screen Shot 2023-07-24 at 5 20 31 PM](https://github.com/chrisblakley/Nebula/assets/6349678/889e96b7-5432-41c0-bae4-3aaa368c4eef)

ChatGPT seems to think that the maintenance page is `https://example.com/wp-admin/install.php` but I don't know how accurate that is (at least in the eyes of the service worker).

No support in any browser yet as of July 2023... ![Screen Shot 2023-07-24 at 5 29 35 PM](https://github.com/chrisblakley/Nebula/assets/6349678/d5836880-0726-45c3-b0d7-f5420cb7f390)

Now supported in Chrome 121. Could start with this in Audit Mode very soon. ![Screenshot 2024-01-23 at 11 02 07 PM](https://github.com/chrisblakley/Nebula/assets/6349678/4e315ab8-5480-41cf-8e25-8b5997e448dc)

Chrome 121 was released yesterday, but this is not working. I also tried it in Canary which is currently at version 123. Here is a Codepen I made that tests...