Class Ember.EmberENV

public
Defined in: packages/@ember/-internals/environment/lib/env.ts:5
Module: ember

EXTEND_PROTOTYPES public

Module: ember

Determines whether Ember should add to Array, Function, and String native object prototypes, a few extra methods in order to provide a more friendly API.

We generally recommend leaving this option set to true however, if you need to turn it off, you can add the configuration property EXTEND_PROTOTYPES to EmberENV and set it to false.

Note, when disabled (the default configuration for Ember Addons), you will instead have to access all methods and functions from the Ember namespace.

LOG_STACKTRACE_ON_DEPRECATION public

Module: ember

The LOG_STACKTRACE_ON_DEPRECATION property, when true, tells Ember to log a full stack trace during deprecation warnings.

LOG_VERSION public

Module: ember

The LOG_VERSION property, when true, tells Ember to log versions of all dependent libraries in use.

© 2020 Yehuda Katz, Tom Dale and Ember.js contributors
Licensed under the MIT License.
https://api.emberjs.com/ember/3.25/classes/Ember.EmberENV/properties