mirror of
https://github.com/nextcloud/server.git
synced 2026-07-13 11:51:34 -04:00
- `Object.create` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/create#Browser_compatibility - `Object.keys` supported with IE9+: https://developer.mozilla.org/de/docs/Web/JavaScript/Reference/Global_Objects/Object/keys#Browser_compatibility - `Array.prototype.filter` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter#Browser_compatibility - `Array.prototype.indexOf` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/indexOf#Browser_compatibility - `Array.prototype.map` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/map#Browser_compatibility - `Function.prototype.bind` supported in IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Function/bind#Browser_compatibility - `String.prototype.trim` supported with IE9+: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/String/Trim#Browser_compatibility - `outerHTML` supported with Firefox 11+: https://developer.mozilla.org/en-US/docs/Web/API/Element/outerHTML#Browser_compatibility - `window.devicePixelRatio` supported in IE11+: http://caniuse.com/#feat=devicepixelratio Signed-off-by: Morris Jobke <hey@morrisjobke.de> |
||
|---|---|---|
| .. | ||
| files | ||
| systemtags | ||
| tests | ||
| apps.js | ||
| backgroundjobs.js | ||
| config.js | ||
| config.php | ||
| core.json | ||
| eventsource.js | ||
| installation.js | ||
| integritycheck-failed-notification.js | ||
| jquery-showpassword.js | ||
| jquery.avatar.js | ||
| jquery.ocdialog.js | ||
| js.js | ||
| l10n.js | ||
| login.js | ||
| lostpassword.js | ||
| maintenance-check.js | ||
| mimetype.js | ||
| mimetypelist.js | ||
| multiselect.js | ||
| oc-backbone-webdav.js | ||
| oc-backbone.js | ||
| oc-dialogs.js | ||
| oc-requesttoken.js | ||
| octemplate.js | ||
| placeholder.js | ||
| select2-toggleselect.js | ||
| setup.js | ||
| setupchecks.js | ||
| share.js | ||
| shareconfigmodel.js | ||
| sharedialogexpirationview.js | ||
| sharedialoglinkshareview.js | ||
| sharedialogmailview.js | ||
| sharedialogresharerinfoview.js | ||
| sharedialogshareelistview.js | ||
| sharedialogview.js | ||
| shareitemmodel.js | ||
| singleselect.js | ||
| tags.js | ||
| update.js | ||
| visitortimezone.js | ||