« All deprecation guides

Deprecation Guide for Ember.canInvoke

until: 6.0.0
id: deprecate-import-can-invoke-from-ember

Previously, canInvoke could be accessed via the Ember import:

import Ember from 'ember';

Ember.canInvoke

canInvoke is also private.

There is no replacement for this API.