-
Notifications
You must be signed in to change notification settings - Fork 3.8k
Description
The storage demo in demos/storage was created to demonstrate how to save and load Blockly programs from a web app, but is known to be used by members of the public as a way to provide a URL that will load a particular Blockly program.
As we are planning to delete some of the current blocks from this repository after moving them to the blockly-samples repository (see also #7226), this has the potential to result in some of the saved Blockly programs in the storage backend becoming un-loadable.
A quick look at the demos/storage/index.html suggests that this demo has provided only a very limited toolbox, and it does not appear that any of the provided blocks are on the to-delete list, but it would be worth verifying what blocks are actually used in stored programs, since programs may have been created with blocks not currently provided in the toolbox but still present (until now) in the block definitions in blocks/.
@NeilFraser may be able to assist with auditing the contents of the storage backend.