Add support for push state
Added:
Component.send_redirect
has a new parameterpush_state=True
, when set it will do a push state in the front-end.- In the front-end you can use
push_state(url)
to trigger this in the front-end.
Added:
Component.send_redirect
has a new parameter push_state=True
, when set it will do a push state in the front-end.push_state(url)
to trigger this in the front-end.