Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 716 Bytes

chaplin.support.md

File metadata and controls

11 lines (8 loc) · 716 Bytes
layout title module_path
default
Chaplin.support
src/chaplin/lib/support.coffee

Provides feature detection that is used internally to determine the code path so that ECMAScript 5 features can be used and not break compatibility with engines that don't understand the newer features.

propertyDescriptors

Indicates if Object.defineProperty is supported. It's important to note that while IE8 has an implementation of Object.defineProperty, the method can only be used on DOM objects. This takes that in to account when determining support.