aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/polyfills.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-02-26 11:44:54 +0100
committerChocobozzz <me@florianbigard.com>2018-02-26 11:44:54 +0100
commitfed951557277a6f783c75909f4cbeb21c4159133 (patch)
treeba5d6b8141116b3d147add4d0b918a13a5aafa4f /client/src/polyfills.ts
parent73c695919c6569bfb667c36fc5a6b9b862130a0d (diff)
downloadPeerTube-fed951557277a6f783c75909f4cbeb21c4159133.tar.gz
PeerTube-fed951557277a6f783c75909f4cbeb21c4159133.tar.zst
PeerTube-fed951557277a6f783c75909f4cbeb21c4159133.zip
Disable service worker
Diffstat (limited to 'client/src/polyfills.ts')
-rw-r--r--client/src/polyfills.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/client/src/polyfills.ts b/client/src/polyfills.ts
index fe44c5e22..12b317101 100644
--- a/client/src/polyfills.ts
+++ b/client/src/polyfills.ts
@@ -61,7 +61,7 @@ import 'core-js/es7/reflect'
61 * user can disable parts of macroTask/DomEvents patch by setting following flags 61 * user can disable parts of macroTask/DomEvents patch by setting following flags
62 */ 62 */
63 63
64(window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame 64// (window as any).__Zone_disable_requestAnimationFrame = true; // disable patch requestAnimationFrame
65// (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick 65// (window as any).__Zone_disable_on_property = true; // disable patch onProperty such as onclick
66// (window as any).__zone_symbol__BLACK_LISTED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames 66// (window as any).__zone_symbol__BLACK_LISTED_EVENTS = ['scroll', 'mousemove']; // disable patch specified eventNames
67/* 67/*