<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<oembed>
  <author_name>kenpoco</author_name>
  <author_url>https://blog.hatena.ne.jp/kenpoco/</author_url>
  <blog_title>on the center line.</blog_title>
  <blog_url>https://kenpoco.hatenadiary.org/</blog_url>
  <categories>
    <anon>JavaScript</anon>
  </categories>
  <description>JavaScriptで継承を実現するために、 Function.prototype.extends = function(superObj) { for (var prop in superObj) this.prototype[prop] = superObj[prop]; }; このようなメソッドを作ってました。FireFoxで開発している分には全く問題なく動作していたのですが、IEでテストしてみたところエラーとなってしまいました。 で、調べてみたところ、下記のエントリで全く同じ問題を紹介してました。 IEでextendsって名前が使えないMSのサイトに予約語の一覧がのってますが、「将来的…</description>
  <height>190</height>
  <html>&lt;iframe src=&quot;https://hatenablog-parts.com/embed?url=https%3A%2F%2Fkenpoco.hatenadiary.org%2Fentry%2F20080616%2F1213602771&quot; title=&quot; IEでFunction.prototype.extendsというプロパティが使えない。 - on the center line.&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-06-16 16:52:51</published>
  <title> IEでFunction.prototype.extendsというプロパティが使えない。</title>
  <type>rich</type>
  <url>https://kenpoco.hatenadiary.org/entry/20080616/1213602771</url>
  <version>1.0</version>
  <width>100%</width>
</oembed>
