-
```
It would dramatically enhance the power of shellinabox if the user could send
an arbitrary Javascript command to be executed by the browser by enclosing it
in an escape sequence (just like remot…
-
```
It would dramatically enhance the power of shellinabox if the user could send
an arbitrary Javascript command to be executed by the browser by enclosing it
in an escape sequence (just like remot…
-
```
It would dramatically enhance the power of shellinabox if the user could send
an arbitrary Javascript command to be executed by the browser by enclosing it
in an escape sequence (just like remot…
-
```
It would dramatically enhance the power of shellinabox if the user could send
an arbitrary Javascript command to be executed by the browser by enclosing it
in an escape sequence (just like remot…
-
```
It would dramatically enhance the power of shellinabox if the user could send
an arbitrary Javascript command to be executed by the browser by enclosing it
in an escape sequence (just like remot…
-
### What is the issue with the HTML Standard?
[run a classic script](https://html.spec.whatwg.org/multipage/webappapis.html#run-a-classic-script) has both of these steps:
* Throw a ["NetworkError"…
-
```
It would dramatically enhance the power of shellinabox if the user could send
an arbitrary Javascript command to be executed by the browser by enclosing it
in an escape sequence (just like remot…
-
```
It would dramatically enhance the power of shellinabox if the user could send
an arbitrary Javascript command to be executed by the browser by enclosing it
in an escape sequence (just like remot…
-
```
It would dramatically enhance the power of shellinabox if the user could send
an arbitrary Javascript command to be executed by the browser by enclosing it
in an escape sequence (just like remot…
-
## new
```js
/**
* new 操作符
*
* 1.创建(或者说构造)一个全新的对象;
* 2.这个新对象会被执行 [[Prototype]] 链接;
* 3.这个新对象会被绑定到函数调用的 this;
* 4.如果函数没有返回其他新对象,那么 new 表达式中的函数调用会自动返回这个新对象。
*
* @param {Function} fn…