<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>chaichanPaPa</author_name>
  <author_url>https://blog.hatena.ne.jp/chaichanPaPa/</author_url>
  <blog_title>旧燈明日記</blog_title>
  <blog_url>https://chaipa.hateblo.jp/</blog_url>
  <categories>
    <anon>WEB</anon>
  </categories>
  <description>追記（2013/11/12） コメントでも指摘されているように、従来のsleep処理は、他の処理をブロックしてしまいます。 ブロックしたくない場合は、以下の引用のようにsetTimeoutを利用する方法があります。 function sleep(time, callback){ setTimeout(callback, time); } alert(&quot;1&quot;); sleep(3000, function (){ alert(&quot;2&quot;); } ); http://yanor.net/wiki/?JavaScript%2F%E3%82%BF%E3%82%A4%E3%83%9E%E3%83%BC%E5%…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fchaipa.hateblo.jp%2Fentry%2F20080907%2F1220781475&quot; title=&quot; JavaScriptでsleepする - 旧燈明日記&quot; class=&quot;embed-card embed-blogcard&quot; scrolling=&quot;no&quot; frameborder=&quot;0&quot; style=&quot;display: block; width: 100%; height: 190px; max-width: 500px; margin: 10px 0px;&quot;&gt;&lt;/iframe&gt;</html>
  <image_url></image_url>
  <provider_name>Hatena Blog</provider_name>
  <provider_url>https://hatena.blog</provider_url>
  <published>2008-09-07 18:57:55</published>
  <title> JavaScriptでsleepする</title>
  <type>rich</type>
  <url>https://chaipa.hateblo.jp/entry/20080907/1220781475</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
