dart_to_js_script_rewriter icon indicating copy to clipboard operation
dart_to_js_script_rewriter copied to clipboard

automatically add `defer` to script tags

Open sigmundch opened this issue 10 years ago • 0 comments

This would help prevent that code is loaded synchronously, when the original program loaded the code after DOM Content loaded.

See https://github.com/dart-lang/sdk/issues/24694 for an example.

sigmundch avatar Oct 23 '15 16:10 sigmundch