5 Replies
You can use
getRequestEvent()
When
event.request
doesn't have what you need look at event.nativeEvent
which is an H3Event where you can find things like
event.nativeEvent.node
(when applicable).Event Object - h3
Event object carries an incoming request and context.
Thanks)
It would be great to put this info somewhere in documentation
thanks)