Describe the Bug
Not sure this is a bug since it may be intentional, but I got lost trying to figure where my event data was until I saw it was defined as a getter and wasn't printing to the console.
Steps to Reproduce
- console.log(myEvent) => headers
- console.log(myEvent.data) => data
Expected Behavior
console.log(myEvent) => headers + data (❤️)
Additional context
node v14.17.1