You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i want to response plain string from a static file for ssl verify, however
virtual ( in \node_modules\blocks\node\blocks-node.js:11829:51 ) is null if static file have no dom, its a bug or i mess something up?
_setContents: function (contents) {
var _this = this;
var virtual = blocks.first(parseToVirtual(contents), function (child) {
return VirtualElement.Is(child);
});
this._contents = contents;
this._elementsById = getElementsById(virtual.children());
findPageScripts(virtual, this._options.static, function (scripts) {
_this._scripts = scripts;
_this._initialized = true;
});
},
The text was updated successfully, but these errors were encountered:
i want to response plain string from a static file for ssl verify, however
virtual ( in \node_modules\blocks\node\blocks-node.js:11829:51 ) is null if static file have no dom, its a bug or i mess something up?
The text was updated successfully, but these errors were encountered: