farling42 / fvtt-pdf-pager

PDF Pager for Foundry
MIT License
6 stars 4 forks source link

Find a better way to store requested PDF page #4

Closed farling42 closed 1 year ago

farling42 commented 1 year ago

At the moment only one outstanding PDF page request is possible because the pageid and pagenumber are stored in global variables.

Investigate how this can be passed more directly to the renderer.

farling42 commented 1 year ago

Maybe store them in a Map with a timestamp?

farling42 commented 1 year ago

In 0.30.0 this was changed to store the cached information locally (and temporarily) on the JournalEntryPage document