I'm making a game that was published for web for my client, the game uses iFrame objects to show the client's site and AJAX to send data to a server. Now my client asked if I can export the game for Windows. Of course, I know that windows publishing is possible, but I have concern about iFrame and AJAX objects.
I want to know can the iFrame and AJAX object work as intended if I export the game to Windows, either using NW.js or Webview?