This is a Dev module
This module is intended to make local development easier. It is not intended to be installed on production sites.
What does it do?
- This module logs the "context" js variable to the console any time that Drupal.attachBehaviors is called.
- It provides a test function you can call from the console to see if your site if "ajax proof."
Why is this helpful?
These logs can help developers when AJAX is used on the page.