Accessing q:Q object in a wave app on startup #1777
-
How to access the q:Q object in the
when I try to attach this to |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
The q object is only accesible when the client (browser) is connected - sends data to Wave app server. Your 2 options in this case are:
|
Beta Was this translation helpful? Give feedback.
The q object is only accesible when the client (browser) is connected - sends data to Wave app server.
on_startup
is a hook for when the Wave app server is booted up (no client connected yet).Your 2 options in this case are: