phpreport
phpreport copied to clipboard
Express save status in relative time
Most webapps tell you the relative time since the last asynchronous save, e.g. "saved one second ago". We currently just print the timestamp for the last save.
The new Intl.RelativeTimeFormat API can help with this: https://developers.google.com/web/updates/2018/10/intl-relativetimeformat