tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

observable-first.any.js.ini (1001B)


      1 [observable-first.any.worker.html]
      2  [first(): Promise resolves with the first value from the source Observable]
      3    expected: FAIL
      4 
      5  [first(): Promise rejects with the error emitted from the source Observable]
      6    expected: FAIL
      7 
      8  [first(): Promise rejects with RangeError when source Observable completes without emitting any values]
      9    expected: FAIL
     10 
     11  [first(): Aborting a signal rejects the Promise with an AbortError DOMException]
     12    expected: FAIL
     13 
     14  [first(): Lifecycle]
     15    expected: FAIL
     16 
     17 
     18 [observable-first.any.html]
     19  [first(): Promise resolves with the first value from the source Observable]
     20    expected: FAIL
     21 
     22  [first(): Promise rejects with the error emitted from the source Observable]
     23    expected: FAIL
     24 
     25  [first(): Promise rejects with RangeError when source Observable completes without emitting any values]
     26    expected: FAIL
     27 
     28  [first(): Aborting a signal rejects the Promise with an AbortError DOMException]
     29    expected: FAIL
     30 
     31  [first(): Lifecycle]
     32    expected: FAIL