-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
bugSomething isn't workingSomething isn't working
Description
The logic for them makes use of Buffer, but for whatever reason, with the glob that's on livenet right now:
Failed to call subscription event callback ReferenceError: Buffer is not defined
Lines 40 to 45 in ed7f8c5
| } else if ('sag' in blit || 'sav' in blit) { | |
| const sav = ('sag' in blit) ? blit.sag : blit.sav; | |
| const name = sav.path.split('/').slice(-2).join('.'); | |
| const buff = Buffer.from(sav.file, 'base64'); | |
| const blob = new Blob([buff], { type: 'application/octet-stream' }); | |
| saveAs(blob, name); |
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working