<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>otiai10</author_name>
  <author_url>https://blog.hatena.ne.jp/otiai10/</author_url>
  <blog_title>DRYな備忘録</blog_title>
  <blog_url>https://otiai10.hatenablog.com/</blog_url>
  <categories>
    <anon>javascript</anon>
  </categories>
  <description>Uint8Array.prototype.dump = function() { var t = &quot;&quot;; for (var i = 0; i &lt; this.length; i++) { t += String(this[i]); if (i % 4 == 3) t += &quot; &quot;; if (i % 16 == 15) t += &quot;\n&quot;; } return t; }; var a = new Uint8Array([0,0,0,0,0,0,0,1,0,0,1,0,0,0,1,1,0,1,0,0,0,1,0,1]); a.dump(); 0000 0001 0010 0011 0100 0101 …</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fotiai10.hatenablog.com%2Fentry%2F2014%2F07%2F05%2F145135&quot; title=&quot;JavaScriptでUint8Arrayをdump - DRYな備忘録&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>2014-07-05 14:51:35</published>
  <title>JavaScriptでUint8Arrayをdump</title>
  <type>rich</type>
  <url>https://otiai10.hatenablog.com/entry/2014/07/05/145135</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
