tor-browser

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

historical.any.js (214B)


      1 // removed in https://github.com/whatwg/html/pull/9979
      2 test(() => {
      3  assert_equals(OffscreenCanvasRenderingContext2D.prototype.commit, undefined);
      4 }, "OffscreenCanvasRenderingContext2D.commit method is removed");