The implied consent JS uses polyfills for old browsers (IE8), I have discovered that one of the polyfills overwrites a native browser API and results in terrible performance when using that API (Function.prototype.bind).

The patch I'm submitting removes the polyfills and uses native methods. It is compatible with IE9+

CommentFileSizeAuthor
#2 update_js-2856351.patch710 bytesdalyr95
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

dalyr95 created an issue. See original summary.

dalyr95’s picture

FileSize
710 bytes

  • marcelovani committed 95f7d55 on 7.x-1.x authored by dalyr95
    Issue #2856351 by dalyr95: Update Javascript to remove polyfills
    
marcelovani’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.