We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4c5e6 commit cf680ccCopy full SHA for cf680cc
src/indexes.rs
@@ -697,6 +697,7 @@ impl Index {
697
/// # movie_index.delete().await.unwrap().wait_for_completion(&client, None, None).await.unwrap();
698
/// # });
699
/// ```
700
+ #[cfg(not(target_arch = "wasm32"))]
701
pub async fn update_documents_ndjson<T: futures_io::AsyncRead + Send + Sync + 'static>(
702
&self,
703
payload: T,
@@ -742,6 +743,7 @@ impl Index {
742
743
744
745
746
747
pub async fn add_documents_ndjson<T: futures_io::AsyncRead + Send + Sync + 'static>(
748
749
0 commit comments