@serenity-is/corelib / postToUrl
Function: postToUrl()
postToUrl(
options):void
Defined in: src/compat/services-compat.tsx:85
Posts arbitrary parameters to a URL by creating and submitting a hidden form.
Compat shim for postToUrl. Each key in options.params becomes a hidden input field.
Parameters
options
Post options including target URL, params map, and optional target window/frame.
[DEPRECATED] Prefer fetch or programmatic form construction. Kept for legacy export / report flows.
Returns
void