<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>s_hiiragi</author_name>
  <author_url>https://blog.hatena.ne.jp/s_hiiragi/</author_url>
  <blog_title>hiiragi's ブログ</blog_title>
  <blog_url>https://hiiragi.hateblo.jp/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>使えるかどうか分からないけど。 ネイティブメソッドは引数名が取得できないので名前付き引数のbindの有難みが無い…orz /* bindAny(thisObj[, args][, namedArgs]) * bindAny(thisObj[, namedArgs][, args]) // Syntax sugar */ Function.prototype.bindAny = function(thisObj) { var orig = this; var boundArgs, boundNamedArgs; if (Array.isArray(arguments[1])) { boundAr…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fhiiragi.hateblo.jp%2Fentry%2F2012%2F09%2F15%2F005857&quot; title=&quot;Function.prototype.bindを名前付き引数に対応させる - hiiragi&amp;#39;s ブログ&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>2012-09-15 00:58:57</published>
  <title>Function.prototype.bindを名前付き引数に対応させる</title>
  <type>rich</type>
  <url>https://hiiragi.hateblo.jp/entry/2012/09/15/005857</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
