Hello, World! I'm jzombie, a passionate software developer with a knack for problem-solving and a love for open-source. I believe in the power of code to change the world and make our lives easier.
Couple of thoughts, use console.error / console.warn for errors / warnings, and provide onError (or equivalent) functionality so that the user knows if an error happened without having to have the console open.
Nice write-up!
This API is something that I want to use myself.
Couple of thoughts, use console.error / console.warn for errors / warnings, and provide onError (or equivalent) functionality so that the user knows if an error happened without having to have the console open.
Thank you