mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-22 07:53:34 +01:00
feat: updates
This commit is contained in:
parent
8ab8af6b3f
commit
7a77afc64a
@ -72,7 +72,9 @@ if (!SERVER_RENDERED) {
|
|||||||
'bru.setNextRequest(requestName)',
|
'bru.setNextRequest(requestName)',
|
||||||
'req.disableParsingResponseJson()',
|
'req.disableParsingResponseJson()',
|
||||||
'bru.getRequestVar(key)',
|
'bru.getRequestVar(key)',
|
||||||
'bru.sleep(ms)'
|
'bru.sleep(ms)',
|
||||||
|
'bru.getGlobalEnvVar(key)',
|
||||||
|
'bru.setGlobalEnvVar(key, value)'
|
||||||
];
|
];
|
||||||
CodeMirror.registerHelper('hint', 'brunoJS', (editor, options) => {
|
CodeMirror.registerHelper('hint', 'brunoJS', (editor, options) => {
|
||||||
const cursor = editor.getCursor();
|
const cursor = editor.getCursor();
|
||||||
|
Loading…
Reference in New Issue
Block a user