tor-browser

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

PQuotaUsageRequest.ipdl (459B)


      1 /* This Source Code Form is subject to the terms of the Mozilla Public
      2  * License, v. 2.0. If a copy of the MPL was not distributed with this file,
      3  * You can obtain one at http://mozilla.org/MPL/2.0/. */
      4 
      5 include protocol PQuota;
      6 
      7 namespace mozilla {
      8 namespace dom {
      9 namespace quota {
     10 
     11 protocol PQuotaUsageRequest
     12 {
     13   manager PQuota;
     14 
     15 parent:
     16   async Cancel();
     17 
     18 child:
     19   async __delete__();
     20 };
     21 
     22 } // namespace quota
     23 } // namespace dom
     24 } // namespace mozilla