Skip to content

Add the BaseChangeReloadMixin and documentation

Mael Gaspard Lhoutellier requested to merge wip-change-reload-mixin into master

Add a mixin to make components able to detect when the source code has changed and automatically reload the page.

  • Check via 'If-Modified-Since' in headers
  • Check via 'ETag' in headers
  • Parameters for the check methods and reload delay + documentation
Edited by Mael Gaspard Lhoutellier

Merge request reports