Is there a way to use the POST method with page-worker ?
I could not find anything about setting the request method in the docs, and searching the web was also without relevant results. The only thing I found is how to use POST in the request function, but that gives me the resulting web page as text string instead of a workable DOM.
Well, if POST will absolutely not work with page-worker, parsing this text will be a plan B. But a very ugly one, so I really would appreciate not needing to do this.