Skip to content

Commit

Permalink
fix #113 - async functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth authored and bcomnes committed Oct 11, 2023
1 parent 3268ff9 commit 916fbb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,7 @@ export class Tonic extends window.HTMLElement {
}
case '[object Object]':
case '[object Function]':
case '[object AsyncFunction]':
case '[object Set]':
case '[object Map]':
case '[object WeakMap]': return this._prop(o)
Expand Down

0 comments on commit 916fbb6

Please sign in to comment.