October 22, 2024
Chicago 12, Melborne City, USA
javascript

How to change the window.showSaveFilePicker() title


How to change the title in window.showSaveFilePicker() function.

enter image description here

async function getNewFileHandle() {
  const opts = {
    types: [
      {
        description: "Text file",
        accept: { "text/plain": [".txt"] },
      },
    ],
  };
  return await window.showSaveFilePicker(opts);
}
getNewFileHandle();



You need to sign in to view this answers

Leave feedback about this

  • Quality
  • Price
  • Service

PROS

+
Add Field

CONS

+
Add Field
Choose Image
Choose Video