mirror of https://github.com/node-red/node-red.git
Merge pull request #5159 from node-red/4927-function-globals
Add URL/URLSearchParams to Function sandbox5092-port-state
commit
56df614b38
|
@ -162,6 +162,8 @@ module.exports = function(RED) {
|
|||
console:console,
|
||||
util:util,
|
||||
Buffer:Buffer,
|
||||
URL: URL,
|
||||
URLSearchParams: URLSearchParams,
|
||||
Date: Date,
|
||||
RED: {
|
||||
util: {
|
||||
|
|
Loading…
Reference in New Issue