<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Modern IDB: IDB object constructors aren't exposed on the WorkerGlobalScope"
   href="https://bugs.webkit.org/show_bug.cgi?id=157600#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Modern IDB: IDB object constructors aren't exposed on the WorkerGlobalScope"
   href="https://bugs.webkit.org/show_bug.cgi?id=157600">bug 157600</a>
              from <span class="vcard"><a class="email" href="mailto:beidson&#64;apple.com" title="Brady Eidson &lt;beidson&#64;apple.com&gt;"> <span class="fn">Brady Eidson</span></a>
</span></b>
        <pre>(In reply to <a href="show_bug.cgi?id=157600#c5">comment #5</a>)
<span class="quote">&gt; (In reply to <a href="show_bug.cgi?id=157600#c4">comment #4</a>)
&gt; &gt; (In reply to <a href="show_bug.cgi?id=157600#c2">comment #2</a>)
&gt; &gt; &gt; What is not working exactly?
&gt; &gt; 
&gt; &gt; Sorry this wasn't mentioned - most of
&gt; &gt; <a href="http://w3c-test.org/IndexedDB/interfaces.worker">http://w3c-test.org/IndexedDB/interfaces.worker</a> is failing.
&gt; 
&gt; I see now. Even though they are failing, I do not believe the reason they
&gt; are failing is that the constructors are not exposed.
&gt; 
&gt; They do:
&gt; assert_own_property(self, this.name, &quot;self does not have own property &quot; +
&gt; format_value(this.name));
&gt; 
&gt; I assume this.name is the name of the property they want to check.
&gt; 
&gt; This ends up calling:
&gt; function _assert_own_property(name) {
&gt;         return function(object, property_name, description)
&gt;         {
&gt;             assert(object.hasOwnProperty(property_name),
&gt;                    name, description,
&gt;                    &quot;expected property ${p} missing&quot;, {p:property_name});
&gt;         };
&gt;     }
&gt; 
&gt; And we get a JS error saying that 'object' is undefined.
&gt; 
&gt; AFAICT, 'object' is self since this is what we call assert_own_property()
&gt; with as 1st parameter. Still trying to figure out what this means though.</span >

Thanks for looking into it. I obviously misunderstood the issue, partially because the way that page is constructed is somewhat opaque. =/</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>