discourse/vendor/assets/javascripts
Sam 0ca61242b8 FEATURE: polyfill intersection observer for IE11 / iOS Safari
This feature is used for defer loading of images and in future for post cloaking

This gives us a polyfill so we can safely use the feature in problem browsers

The polyfill supports "polling" but it does not appear we need it yet.

If we discover anything odd here, consider setting poll interval per:

https://github.com/w3c/IntersectionObserver/tree/master/polyfill

```
var io = new IntersectionObserver(callback);
io.POLL_INTERVAL = 100; // Time in milliseconds.
```

Keeping the mutation observer cause we often mutate the DOM
2018-12-12 15:36:08 +11:00
..
Markdown.Converter.js
babel.js Switch to chrome headless mode instead of phantomjs. 2017-12-19 16:00:43 +08:00
bootbox.js Add btn-default class to all default buttons (#6521) 2018-10-24 16:09:36 -04:00
bootstrap-modal.js
break_string.js
browser-update.js.erb
buffered-proxy.js
caret_position.js file is a .js file so don't use let 2018-09-13 14:58:45 +10:00
div_resizer.js makes emoji-picker position more dynamic 2017-07-19 22:54:55 +02:00
ember-qunit.js Upgrade QUnit to latest version 2017-06-15 10:12:07 -04:00
fake_xml_http_request.js
favcount.js Use Yarn to manage dependencies, cleanup unused bootstrap libs (#6436) 2018-10-03 10:15:43 -04:00
handlebars.js Use Yarn to manage dependencies, cleanup unused bootstrap libs (#6436) 2018-10-03 10:15:43 -04:00
handlebars.runtime.js
highlight.js
htmlparser.js
i18n-patches.js
intersection-observer.js FEATURE: polyfill intersection observer for IE11 / iOS Safari 2018-12-12 15:36:08 +11:00
jquery.autoellipsis-1.0.10.js Don't pre-minifiy autoellipsis 2017-05-18 15:16:15 -04:00
jquery.ba-resize.js Use unminified resize to make debugging easier 2017-03-22 16:39:18 -04:00
jquery.color.js Use Yarn to manage dependencies, cleanup unused bootstrap libs (#6436) 2018-10-03 10:15:43 -04:00
jquery.cookie.js Use Yarn to manage dependencies, cleanup unused bootstrap libs (#6436) 2018-10-03 10:15:43 -04:00
jquery.fileupload.js
jquery.iframe-transport.js
jquery.js FEATURE: upgrade jQuery to version 3.3.1 2018-03-08 14:31:13 +11:00
jquery.putcursoratend.js
jquery.sortable.js
jquery.tagsinput.js Use Yarn to manage dependencies, cleanup unused bootstrap libs (#6436) 2018-10-03 10:15:43 -04:00
jquery.ui.widget.js
lodash.js
markdown-it.js FEATURE: update CommonMark to version 0.28 2018-03-08 12:19:53 +11:00
modernizr.custom.00874.js
mousetrap.js Use Yarn to manage dependencies, cleanup unused bootstrap libs (#6436) 2018-10-03 10:15:43 -04:00
resumable.js Use Yarn to manage dependencies, cleanup unused bootstrap libs (#6436) 2018-10-03 10:15:43 -04:00
rsvp.js
show-html.js
sweetalert.js
virtual-dom-amd.js
virtual-dom.js
xss.min.js