When reevaluating a program containing a Webpage stream with a new url argument, the stream should evaluate to the content at that new URL or a number indicating the percentage of the page that is loaded.
Actual behavior
Instead, the stream evaluates to the previous stream result.
Copy and paste the following code into a Wordplay project.
Expected behavior
When reevaluating a program containing a
Webpage
stream with a newurl
argument, the stream should evaluate to the content at that new URL or a number indicating the percentage of the page that is loaded.Actual behavior
Instead, the stream evaluates to the previous stream result.
Copy and paste the following code into a Wordplay project.
Enter
.Webpage
has been passed a new argument.Webpage
is evaluating to the previous value despite the new argument.Screenshots
Below is an image of the Wordplay IDE at Step 4.
Below is an image of the Wordplay IDE at Step 5.
Environment
Desktop