@serenity-is/corelib / postToUrl
Function: postToUrl()
postToUrl(
options):void
Defined in: src/compat/services-compat.tsx:86
Posts arbitrary parameters to a URL by creating and submitting a hidden form.
Compat shim for Q.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.
Returns
void
Deprecated
Prefer fetch or programmatic form construction. Kept for legacy export / report flows.