web-std-io icon indicating copy to clipboard operation
web-std-io copied to clipboard

Web standard IO APIs implemented for nodejs

Results 11 web-std-io issues
Sort by recently updated
recently updated
newest added
trafficstars

This PR fixes an issue where subclass methods of `Headers` were not being called correctly. ### Problem When a class extends `Headers`, the subclass's methods (like `append`) were not accessible...