The external_scripts and external_stylesheets arguments for Dash for R currently lack support for attributes permitted in Dash for Python:
These should be added for parity with the Python implementation of Dash. The HTML5 specification provides for a rich set of possible attributes for <link> and <script> tags:
<link> attributes:
ascrossorigindisabledhrefhreflangimportanceintegritymediareferrerpolicyrelsizestitletypemethodsprefetchtarget
<script> attributes:
asynccrossorigindeferintegritynomodulenoncereferrerpolicysrctype
The
external_scriptsandexternal_stylesheetsarguments for Dash for R currently lack support for attributes permitted in Dash for Python:integritycrossoriginThese should be added for parity with the Python implementation of Dash. The HTML5 specification provides for a rich set of possible attributes for
<link>and<script>tags:<link>attributes:ascrossorigindisabledhrefhreflangimportanceintegritymediareferrerpolicyrelsizestitletypemethodsprefetchtarget<script>attributes:asynccrossorigindeferintegritynomodulenoncereferrerpolicysrctype