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
fix(toolkit): doesn't load on platforms without the Disposable API (#309)
Toolkit classes reference the public static `Symbol.asyncDispose`
symbol, but that is only defined on runtimes that are implementing the
new Disposable API yet.
On platforms that don't know that API, that constant doesn't exist and
the class definition fails.
Polyfill it.
---
By submitting this pull request, I confirm that my contribution is made
under the terms of the Apache-2.0 license
---------
Signed-off-by: github-actions <[email protected]>
Co-authored-by: github-actions <[email protected]>
0 commit comments