beakerbrowser / beaker

An experimental peer-to-peer Web browser
https://beakerbrowser.com/
MIT License
6.75k stars 546 forks source link

'disallowCreate' included in saveFileDialog example but not spec #1865

Closed omgitsraven closed 3 years ago

omgitsraven commented 3 years ago

In this page in the docs: https://docs.beakerbrowser.com/apis/beaker.shell the example for beaker.shell.saveFileDialog shows disallowCreate being used as one of the options, but the actual list of options directly above that doesn't mention it. (Though, an option with the same name DOES appear in the list of options for beaker.shell.selectFileDialog...)

pfrazee commented 3 years ago

Ah that was a docs bug, thanks. Will push fixed docs in a bit.