Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fetch_credentials_include method not available even when the target is WebAssembly (tried v0.12.2 & v0.11.6) #2230

Open
elonaire opened this issue Mar 31, 2024 · 1 comment

Comments

@elonaire
Copy link

I wanted to use the fetch_credentials_include method to persist cookies on my web client, but I am getting an error:

no method named fetch_credentials_includefound for structRequestBuilderin the current scope method not found inRequestBuilder``

@seanmonstar
Copy link
Owner

Hm, the method is there:

pub fn fetch_credentials_include(mut self) -> RequestBuilder {

Do you have any more details about your attempt to use it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants