eeditiones / tei-publisher-components

Web components used by TEI Publisher and apps generated by it
https://cdn.tei-publisher.com/
GNU General Public License v3.0
18 stars 14 forks source link

fix(pb-ajax): allow users of pb-ajax to hook in #139

Closed JoernT closed 1 year ago

JoernT commented 1 year ago

pb-ajax is performing rather long-running tasks. By awaiting the response users of pb-ajax (like pb-manage-odds) can properly handle the pb-start-update event.