-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
現状
単に結果をダウンロードできるのみ
ifcjs-react/src/components/Dialog/Confirmation.tsx
Lines 61 to 66 in 91ea8b8
const link = document.createElement("a"); | |
document.body.appendChild(link); | |
link.href = URL.createObjectURL(blob); | |
link.download = "confirmation.json"; | |
link.click(); | |
link.remove(); |
Metadata
Metadata
Assignees
Labels
No labels