xixi-haha icon indicating copy to clipboard operation
xixi-haha copied to clipboard

📖 习语大集合

Results 5 xixi-haha issues
Sort by recently updated
recently updated
newest added

Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.3.0 to 2.6.7. Release notes Sourced from node-fetch's releases. v2.6.7 Security patch release Recommended to upgrade, to not leak sensitive cookie and authentication header information to 3th...

dependencies

语录直接从推特上爬

正在考虑与狗屁不通文章生成器结合,直接出一段段的社论。具体代码将于三天后写完。

```javascript (function get() { fetch('https://xixi-haha.never.eu.org/') .then(r => r.text()) .then(console.log) .then(() => new Promise(r => setTimeout(r, 5000))) .then(get) })() ``` 不断学习,进步

Bumps [debug](https://github.com/debug-js/debug) from 3.2.6 to 4.3.4. Release notes Sourced from debug's releases. 4.3.4 What's Changed Add section about configuring JS console to show debug messages by @​gitname in debug-js/debug#866 Replace...

dependencies