File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import { Socket } from "./socket.js";
33export  {  Socket  } ; 
44export  {  SocketOptions  }  from  "./socket.js" ; 
55export  const  protocol  =  Socket . protocol ; 
6- export  {  Transport  }  from  "./transport.js" ; 
6+ export  {  Transport ,   TransportError  }  from  "./transport.js" ; 
77export  {  transports  }  from  "./transports/index.js" ; 
88export  {  installTimerFunctions  }  from  "./util.js" ; 
99export  {  parse  }  from  "./contrib/parseuri.js" ; 
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ import { encode } from "./contrib/parseqs.js";
88
99const  debug  =  debugModule ( "engine.io-client:transport" ) ;  // debug() 
1010
11- class  TransportError  extends  Error  { 
11+ export   class  TransportError  extends  Error  { 
1212  public  readonly  type  =  "TransportError" ; 
1313
1414  constructor ( 
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments