I'm trying to have a <div> show the results of an XHR (that returns JSON from a yesod app).But, I can't seem to figure out how to effectively create an Event t XhrRequest. I can create an XhrRequest, but that's about it. I tried updated $ constDyn $ xhrRequest "GET" url def, which compiled, but didn't actually do the request. I feel that I'm missing something quite fundamental here. Is there another event, like onLoad, that I should piggyback into for creating the XhrRequest?