tor-browser

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

PTestJSONHandle.ipdl (261B)


      1 include protocol PTestJSON;
      2 
      3 namespace mozilla {
      4 namespace _ipdltest {
      5 
      6 [ChildProc=any, ChildImpl=virtual, ParentImpl=virtual]
      7 protocol PTestJSONHandle {
      8     manager PTestJSON;
      9 
     10 child:
     11     async __delete__();
     12 };
     13 
     14 } // namespace mozilla
     15 } // namespace _ipdltest