Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
so if we have a bundle or bundles that fail due to DOM-ready race conditions exacerbated by Chrome 96, we can defer them without a deploy while we fix the code test plan: - Setting.set('deferred_js_bundles', 'foo,bar') will cause js_bundles `foo` and `bar` to be deferred - Setting.set('deferred_js_bundles', '*') will cause all js_bundles to be deferred - Setting.set('deferred_js_bundles', '*,!foo') will cause all js_bundles except for `foo` to be deferred refs FOO-2597 Change-Id: Ie976608a869e576c9eb2e2da0bf89b73cbe68b4a Reviewed-on: https://gerrit.instructure.com/c/canvas-lms/+/281060 Tested-by: Service Cloud Jenkins <[email protected]> Reviewed-by: Charley Kline <[email protected]> Product-Review: Charley Kline <[email protected]> QA-Review: Charley Kline <[email protected]>
- Loading branch information