react-native-blob-util icon indicating copy to clipboard operation
react-native-blob-util copied to clipboard

使用getCookies、removeCookies时报错

Open WN0904 opened this issue 1 year ago • 0 comments

使用getCookies、removeCookies时报错

示例代码

   ReactNativeBlobUtil.net.getCookies("url地址").then(res => console.log(res, "getcookie")
    )

报错结果为

 TypeError: Cannot read property 'getCookies' of undefined, js engine: hermes

WN0904 avatar Sep 06 '24 06:09 WN0904