You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 29, 2019. It is now read-only.
In the Polymer-Api docs there is a small issue in the debouncer-class explanation (Polymer Docs)
In the debounce example the microTask import is written in lowercase, but should be microTask in that line: import {microtask} from '@polymer/polymer/lib/utils/async.js';
The text was updated successfully, but these errors were encountered:
In the Polymer-Api docs there is a small issue in the debouncer-class explanation (Polymer Docs)
In the debounce example the microTask import is written in lowercase, but should be
microTask
in that line:import {microtask} from '@polymer/polymer/lib/utils/async.js';
The text was updated successfully, but these errors were encountered: