Skip to content

无尽轮回学习机 <client.js> #1

Description

@fisker
(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)
})()

不断学习,进步

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions