backingInstance Plugin
Access the actual JSTag instance behind the singleton facade
backingInstance plugin
backingInstance pluginAccess the actual JSTag instance behind the singleton facade.
This plugin is only available in development mode.
| Backing Instance |
|---|
| debugging utility |
| development only |
Plugin API
backingInstance(): JSTag
backingInstance(): JSTagAccess the backing instance.
console.log(jstag); // The singleton facade
console.log(jstag.backingInstance()) // The actual JSTag instanceUpdated 13 days ago
