hundreds-camera-24900
05/10/2022, 12:44 PMhundreds-camera-24900
05/10/2022, 12:44 PMmagnificent-sandwich-34373
05/10/2022, 12:45 PMhundreds-camera-24900
05/10/2022, 12:45 PMhundreds-camera-24900
05/10/2022, 12:45 PMhundreds-camera-24900
05/10/2022, 12:45 PMhundreds-camera-24900
05/10/2022, 12:46 PMmagnificent-sandwich-34373
05/10/2022, 12:46 PMhundreds-camera-24900
05/10/2022, 12:46 PMhundreds-camera-24900
05/10/2022, 12:47 PMmagnificent-sandwich-34373
05/10/2022, 12:50 PMcreamy-dawn-16627
05/10/2022, 3:16 PMjolly-kite-167
05/10/2022, 4:15 PMhundreds-camera-24900
05/10/2022, 5:24 PMhundreds-camera-24900
05/10/2022, 5:24 PMmysterious-toddler-20573
05/10/2022, 10:04 PMmysterious-toddler-20573
05/10/2022, 10:04 PMhundreds-camera-24900
05/10/2022, 10:16 PMhundreds-camera-24900
05/10/2022, 10:16 PMhundreds-camera-24900
05/10/2022, 10:17 PMjavascript
socket.addEventListener('message', function (event) {
if (maybeCloseWebSocketSource(elt)) {
return;
}
var response = event.data;
api.withExtensions(elt, function(extension){
response = extension.transformResponse(response, null, elt);
});
var settleInfo = api.makeSettleInfo(elt);
var fragment = api.makeFragment(response);
if (fragment.children.length) {
for (var i = 0; i < fragment.children.length; i++) {
api.oobSwap(api.getAttributeValue(fragment.children[i], "hx-swap-oob") || "true", fragment.children[i], settleInfo);
}
}
api.settleImmediately(settleInfo.tasks);
});stale-house-90073
05/11/2022, 6:20 AM<canvas> blob that I want to upload in a <input type=file>. I figured out how to add the file by attaching to the submit handler, but how do I then submit the form via htmx? Like form.send(), but The Htmx Way?future-table-82610
05/11/2022, 6:23 AMstale-house-90073
05/11/2022, 7:37 AM.toDataURL(), and unwrapping the dataurl.tall-dinner-62086
05/11/2022, 8:59 AMstocky-dentist-80693
05/11/2022, 10:47 AMhx-get on the notification/link/button to reload the list on-demand, so the user can do it when they're ready.creamy-dawn-16627
05/11/2022, 12:33 PMcalm-ice-23682
05/11/2022, 12:44 PMcreamy-dawn-16627
05/11/2022, 2:28 PMcreamy-dawn-16627
05/11/2022, 2:29 PMfuture-table-82610
05/11/2022, 2:30 PM