Buckets:
| console.realLog = console.log; | |
| console.realWarn = console.warn; | |
| console.realError = console.error; | |
| var logged = false; | |
| var warned = false; | |
| console.log = function(s) { | |
| console.realLog(s); | |
| if (s === 'Hello log!') logged = true; | |
| } | |
| console.warn = function(s) { | |
| console.realWarn(s); | |
| if (s === 'Hello warn!' && logged) warned = true; | |
| } | |
| console.error = function(s) { | |
| console.realError(s); | |
| if (s === 'Hello error!' && logged && warned) Module['testPassed'] = true; | |
| } | |
Xet Storage Details
- Size:
- 469 Bytes
- Xet hash:
- 19be5110148d4e112857696d8a8c75da0373a038f8a89662e96db914f53da5a1
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.