We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4210e1f commit 00eaaeeCopy full SHA for 00eaaee
src/api/nw_shell.idl
@@ -2,8 +2,8 @@
2
[implemented_in="content/nw/src/api/nw_shell_api.h"]
3
namespace nw.Shell {
4
interface Functions {
5
- [nocompile] static void openExternal(DOMString uri);
6
- [nocompile] static void openItem(DOMString filePath);
7
- [nocompile] static void showItemInFolder(DOMString filePath);
+ static void openExternal(DOMString uri);
+ static void openItem(DOMString filePath);
+ static void showItemInFolder(DOMString filePath);
8
};
9
0 commit comments