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,
|
console:console,
|
||||||
util:util,
|
util:util,
|
||||||
Buffer:Buffer,
|
Buffer:Buffer,
|
||||||
|
URL: URL,
|
||||||
|
URLSearchParams: URLSearchParams,
|
||||||
Date: Date,
|
Date: Date,
|
||||||
RED: {
|
RED: {
|
||||||
util: {
|
util: {
|
||||||
|
|
Loading…
Reference in New Issue