Get page data on page.server.js #14138
Answered
by
brunnerh
karchung0930
asked this question in
Q&A
-
|
Hi, I can get the page data on But how do I get the data on |
Beta Was this translation helpful? Give feedback.
Answered by
brunnerh
Nov 4, 2024
Replies: 1 comment
-
|
Please explain what you are actually trying to do. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
karchung0930
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
dataflows from load functions to the page, not the other way around.Things like
paramsand the URL can be accessed fromloadevents, though (seeRequestEvent).Please explain what you are actually trying to do.