diff options
Diffstat (limited to 'src/hl/index.cljs.hl')
-rw-r--r-- | src/hl/index.cljs.hl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/hl/index.cljs.hl b/src/hl/index.cljs.hl index be1d082..37a07b9 100644 --- a/src/hl/index.cljs.hl +++ b/src/hl/index.cljs.hl @@ -32,6 +32,8 @@ (defc browser-support (cond + (not= -1 (.indexOf js/window.navigator.userAgent "PhantomJS")) + nil (not (exists? js/MessageChannel)) "This website requires MessageChannel support. Try Chromium or Google Chrome." (not (exists? js/SharedWorker)) |