Skip to content
This repository was archived by the owner on Apr 18, 2026. It is now read-only.
This repository was archived by the owner on Apr 18, 2026. It is now read-only.

loader.js crashing IE11 today #2841

@johnfrancis-hoth

Description

@johnfrancis-hoth

This seems to have started today (9th July 2020).

90 function Ic(a,b){b=Object.assign({},b);b.domain=yc;b.callback=Z(b.callback);a=Gc(a);var c=b.language;c=Hc(Fc(c));b.language=c;if(!wc){if(b.enableUrlSettings&&window.URLSearchParams)try{a=(new URLSearchParams
Object doesn't support property or method 'assign'

Reproduced using simple HTML below

<html>
<body>
<script src='https://www.gstatic.com/charts/loader.js'></script>
<script>
google.charts.load('current', {'packages':['corechart']});
</script>
</body>
</html>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions