canmove, Confirmed users, Bureaucrats and Sysops emeriti
2,776
edits
mNo edit summary |
No edit summary |
||
| Line 24: | Line 24: | ||
Another example use would be to have a collection of utility functions that you use in debugging your application. Those functions aren't really a part of the application, and you don't want to deliver them to your users. You can keep them in a file that you load into the workspace whenever you're working on that particular app. | Another example use would be to have a collection of utility functions that you use in debugging your application. Those functions aren't really a part of the application, and you don't want to deliver them to your users. You can keep them in a file that you load into the workspace whenever you're working on that particular app. | ||
Most often, the files you save from a workspace are not complete script files and the snippets of code in a workspace may not run in all contexts (they may depend on variables that are defined on the page for which the workspace was created). | Most often, the files you save from a workspace are not complete script files and the snippets of code in a workspace may not run in all contexts (they may depend on variables that are defined on the page for which the workspace was created). | ||
|Feature users and use cases='''Handy snippets''': When working on an application, it's not uncommon to have a collection of common bits of code that you run against the page to test things. The Workspaces feature lets you load and save JavaScript files, which is a convenient way to keep track of these snippets. | |Feature users and use cases='''Handy snippets''': When working on an application, it's not uncommon to have a collection of common bits of code that you run against the page to test things. The Workspaces feature lets you load and save JavaScript files, which is a convenient way to keep track of these snippets. | ||
| Line 73: | Line 73: | ||
|Feature products status=tbd | |Feature products status=tbd | ||
|Feature engineering status=tbd | |Feature engineering status=tbd | ||
|Feature security status= | |Feature security status=sec-review-complete | ||
|Feature privacy status=tbd | |Feature privacy status=tbd | ||
|Feature localization status=tbd | |Feature localization status=tbd | ||