Comment on Lessons learnt from monetising my Chrome ExtensionparentComments−endless12349yI'm assuming this extension livereloads (ie without a page refresh) the resources when they change on the server. Right?−rogem002OP9yThat's correct, for things like CSS & images it'll reload the asset without a hard reload. For HTML & JS changes it'll do a hard reload.
Comments
I'm assuming this extension livereloads (ie without a page refresh) the resources when they change on the server. Right?
That's correct, for things like CSS & images it'll reload the asset without a hard reload. For HTML & JS changes it'll do a hard reload.