Update drupal.js: Modules like big_pipe invoke attachBehaviors that results in...
Update drupal.js: Modules like big_pipe invoke attachBehaviors that results in multiple attachment of behaviors for a given context. So maintain semaphore to ensure that the behavior is attached only once.
Closes #3386191