I had an interesting problem today, it involved catiline, my library for web workers, how do I fake console in all it’s various forms in the worker. This is easy for log, warn etc it just sends back the method names but there are quite a few and they aren’t universally supported in different browsers. In the end I just hard coded a list of the ones I’d go with, but what I really wanted to do was