File tree Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Expand file tree Collapse file tree 2 files changed +24
-0
lines changed Original file line number Diff line number Diff line change @@ -664,6 +664,15 @@ subsequent servers provided. Fallback DNS servers will only be used if the
664664earlier ones time out or result in some other error.
665665
666666## DNS promises API  
667+ <!--  YAML
668+ added: v10.6.0 
669+ changes: 
670+   - version: 
671+     - v11.14.0 
672+     - v10.17.0 
673+     pr-url: https://github.com/nodejs/node/pull/26592 
674+     description: This API is no longer experimental. 
675+ --> 
667676
668677The ` dns.promises `  API provides an alternative set of asynchronous DNS methods
669678that return ` Promise `  objects rather than using callbacks. The API is accessible
Original file line number Diff line number Diff line change @@ -4666,6 +4666,21 @@ For detailed information, see the documentation of the asynchronous version of
46664666this API: [ ` fs.writev() ` ] [ ] .
46674667
46684668## ` fs `  Promises API 
4669+ <!--  YAML
4670+ added: v10.0.0 
4671+ changes: 
4672+   - version: v14.0.0 
4673+     pr-url: https://github.com/nodejs/node/pull/31553 
4674+     description: Exposed as `require('fs/promises')`. 
4675+   - version: 
4676+     - v11.14.0 
4677+     - v10.17.0 
4678+     pr-url: https://github.com/nodejs/node/pull/26581 
4679+     description: This API is no longer experimental. 
4680+   - version: v10.1.0 
4681+     pr-url: https://github.com/nodejs/node/pull/20504 
4682+     description: The API is accessible via `require('fs').promises` only. 
4683+ --> 
46694684
46704685The ` fs.promises `  API provides an alternative set of asynchronous file system
46714686methods that return ` Promise `  objects rather than using callbacks. The
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments