Loading core/modules/big_pipe/js/big_pipe.es6.js +5 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,11 @@ return false; } // Attach Drupal behaviors early, if possible. once('big-pipe-early-behaviors', 'body', context).forEach((el) => { Drupal.attachBehaviors(el); }); once( 'big-pipe', 'script[data-big-pipe-replacement-for-placeholder-with-id]', Loading core/modules/big_pipe/js/big_pipe.js +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ return false; } once('big-pipe-early-behaviors', 'body', context).forEach(el => { Drupal.attachBehaviors(el); }); once('big-pipe', 'script[data-big-pipe-replacement-for-placeholder-with-id]', context).forEach(bigPipeProcessPlaceholderReplacement); if (context.querySelector('script[data-big-pipe-event="stop"]')) { Loading Loading
core/modules/big_pipe/js/big_pipe.es6.js +5 −0 Original line number Diff line number Diff line Loading @@ -93,6 +93,11 @@ return false; } // Attach Drupal behaviors early, if possible. once('big-pipe-early-behaviors', 'body', context).forEach((el) => { Drupal.attachBehaviors(el); }); once( 'big-pipe', 'script[data-big-pipe-replacement-for-placeholder-with-id]', Loading
core/modules/big_pipe/js/big_pipe.js +3 −0 Original line number Diff line number Diff line Loading @@ -47,6 +47,9 @@ return false; } once('big-pipe-early-behaviors', 'body', context).forEach(el => { Drupal.attachBehaviors(el); }); once('big-pipe', 'script[data-big-pipe-replacement-for-placeholder-with-id]', context).forEach(bigPipeProcessPlaceholderReplacement); if (context.querySelector('script[data-big-pipe-event="stop"]')) { Loading