Skip to content

Commit

Permalink
fix socketsupply#113 - async functions
Browse files Browse the repository at this point in the history
  • Loading branch information
nichoth committed Oct 11, 2023
1 parent 627dd28 commit bea97c5
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 bea97c5

Please sign in to comment.