|
|
|
|
|
by geocar
1835 days ago
|
|
> You sure can replace toString (which can be detected as-well) Are you sure? You can make “native code” functions with .bind(null) (function(){ var a=function(){};a.prototype.toString=navigator.credentials.create.toString.bind(navigator.credentials.create); return new a();})().toString()
|
|
toString.name
Which results "bound toString" wheres real one results "toString"