SmallJS
SmallJS copied to clipboard
Fetch: More unit tests
Due to differences in operation per environment, HTML fetch is now implementend in 3 parts: /Smalltalk/Core/Fetch - common functionality. /Smalltalk/Browser/Fetch - browser functionality /Smalltalk/Node/Fetch - node functionality
Unit tests should be made for all methods of all classes in these three libraries.