jellyfish-web/dashboard-ui/bower_components/emby-webcomponents/serviceworker/sync.js

4 lines
83 B
JavaScript
Raw Normal View History

2018-10-23 01:05:09 +03:00
self.addEventListener("sync", function(event) {
"use strict";
event.tag
});