• Open a popup using the first argument. Post the data into the open popup. Wait for it to close and call the callback. Set the options string using the options object Returns the window object

    Parameters

    • url: string
    • postData: Record<string, string>
    • name: string
    • options: Partial<Options>
    • callback: Callback

    Returns Window | null