DevTools

Play with Data in Chrome DevTools

// Name: Play with Data in Chrome DevTools
import "@johnlindquist/kit"
// Will open a standalone Chrome DevTools window
// The object passed in will be displayed
// You can access the object using `x`, e.g., `x.message` will be `Hello world`
dev({
message: "Hello world",
})

Open play-with-data-in-chrome-devtools in Script Kit

Discuss Post