We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6377942 commit ab4ff3aCopy full SHA for ab4ff3a
1 file changed
web/rsonpath-website/src/eframe.rs
@@ -47,8 +47,8 @@ fn create_worker() -> impl Future<Output = Result<web_sys::Worker, JsValue>> {
47
let origin = web_sys::window()
48
.expect("window to be available")
49
.location()
50
- .origin()
51
- .expect("origin to be available");
+ .href()
+ .expect("location href to be available");
52
53
let script = Array::new();
54
script.push(
0 commit comments