liriliri / luna

UI library
https://luna.liriliri.io
MIT License
251 stars 22 forks source link

`console` – display `Promise` states #13

Open CetinSert opened 1 year ago

CetinSert commented 1 year ago

✔️ Chrome: image

LunaConsole: image

@surunzi – see technique (4 LoC (inspect state) + 8 LoC (Chrome-like formatting)):


formatting could be further simplified if we had #12 implemented.

CetinSert commented 1 year ago

Updated luna.rt.ht/console/13? with a synchronous version of state!

CetinSert commented 11 months ago

@surunzi – can you please review this issue and implement a fix?