Network: Implement WebService with emscripten fetch API on wasm
This commit is contained in:
committed by
Jérôme Leclercq
parent
b28d97b1fa
commit
6bf91e10e5
@@ -36,10 +36,12 @@ namespace Nz
|
||||
return m_userAgent;
|
||||
}
|
||||
|
||||
#ifndef NAZARA_PLATFORM_WEB
|
||||
const CurlLibrary& WebService::GetCurlLibrary() const
|
||||
{
|
||||
return m_curl;
|
||||
}
|
||||
#endif
|
||||
}
|
||||
|
||||
#include <Nazara/Network/DebugOff.hpp>
|
||||
|
||||
Reference in New Issue
Block a user