As far as I understand, Fetch API is supported but I couldn't make it working.
On the code like fetch(request)... I got an error ReferenceError: "fetch" is not defined.
On the code like window.fetch(request) it fails with TypeError: Cannot find function fetch in object [object Window]
I use 2.36.0 version with htmlunit-driver and RobotFramework. The code for creating htmlunit driver is the following:
I expect that it will use default browser that is CHROME and it should have a support for Fetch API.