What is the desired way to call these?
// Nested modules
WebApi.Navigator.cookieEnabled
// An object
WebApi.navigator.cookieEnabled
// If you have WebApi open it could match JS
navigator.cookieEnabled
I think the first one looks more like ReScript code, but the second one would match the web api docs.