TestCafe v0.21.1 Release Notes

  • ๐Ÿ› Bug fixes

    • โœ… The RequestLogger.clear method no longer raises an error if it is called during a long running request (#2688)
    • โœ… TestCafe now uses native methods to work with the fetch request (#2686)
    • โœ… A URL now resolves correctly for elements in a document.implementation instance (testcafe-hammerhead/#1673)
    • โœ… Response header names specified via the respond function are lower-cased now (testcafe-hammerhead/#1704)
    • โœ… The cookie domain validation rule on the client side has been fixed (testcafe-hammerhead/#1702)