pwa-helpers icon indicating copy to clipboard operation
pwa-helpers copied to clipboard

Uninstall watchers

Open yuheiy opened this issue 7 years ago • 0 comments

I think it would be better if there was a way to uninstall them.

const uninstall = installMediaQueryWatcher(`(min-width: 600px)`, (matches) => {
  console.log(matches ? 'wide screen' : 'narrow sreen');
});

component.onDestroy(uninstall);

yuheiy avatar May 10 '18 19:05 yuheiy