Polymer / polymer

Our original Web Component library.
https://polymer-library.polymer-project.org/
BSD 3-Clause "New" or "Revised" License
22.05k stars 2.02k forks source link

Polymer 3.0: Async Utils is incompitiable in Edge and IE 11 #5576

Closed climba03003 closed 5 years ago

climba03003 commented 5 years ago

Description

Live Demo

No Live Demo

Steps to Reproduce

  1. Create custom-element
  2. Use Debouncer together with Async from polymer utils
  3. Build Polymer or Serve Polymer
  4. Open Edge or IE 11 to check the console

Expected Results

No error is throw

Actual Results

image image

Browsers Affected

Versions

climba03003 commented 5 years ago

After investigating, it is my coding cause the error. The Utils work as expected.