04:53
<Domenic>
I gave it a shot, although I'm not a layout person
15:11
<Dominic Farolino>
annevk: When HTTP-redirect fetch is invoked, at this time response's URL list does not contain the location URL, right? In other words, response's URL (last URL list item) is the URL that redirected (to the location URL), right?
15:12
<Dominic Farolino>
And then I believe we do a bunch of checks, and append the location URL to the request's URL list, and then once we get a response (maybe another redirect), we set the response's URL list to a clone of the request's URL list. Do I have the steps right here?
20:05
<Antony Britto>
Hi Everyone, I'm an enthusiast Django developer with 25 years of experience in IT, mainly handling DevOps jobs and architect infrastructure solutions for deployment on cloud. I was thinking about whether we could add some functionalities to HTML to make it handle communication with backend APIs instead of using JavaScript to do the job. Would this make the frontend more secure for web applications and improve data privacy concerns of users? I've also been wondering why there hasn't been much development happening with HTML after version 5.