|
I'm wondering if there's a way to make use of browser-level interactivity in IDOM, i.e. |
Answered by
rmorshea
Sep 3, 2021
Replies: 1 comment
|
No. Presently it is not possible to invoke browser-level interactivity without creating custom JS components. With that said, for things like |
0 replies
Answer selected by
mx781
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
No. Presently it is not possible to invoke browser-level interactivity without creating custom JS components. With that said, for things like
alert(),prompt(), andconfirm()IDOM should supply basic implementations so users like yourself don't have to create their own.