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

Observable#last should also reject with RangeError with no last value #180

Merged
merged 1 commit into from
Oct 23, 2024

Conversation

maraisr
Copy link
Collaborator

@maraisr maraisr commented Oct 21, 2024

With the last change in #179, for observable first — we probably want the same to be true for last. There is an inflight wpt update diff for this too: web-platform-tests/wpt#48717


Preview | Diff

@@ -1243,7 +1243,7 @@ For now, see [https://github.com/wicg/observable#operators](https://github.com/w
ignore>value</var>.

: [=internal observer/error steps=]
::
::
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My IDE auto trimmed this whitespace, arguably unrelated to this change — so happy to revert if so.

@maraisr
Copy link
Collaborator Author

maraisr commented Oct 21, 2024

cc @domfarolino

@keithamus keithamus merged commit d576611 into WICG:master Oct 23, 2024
2 checks passed
github-actions bot added a commit that referenced this pull request Oct 23, 2024
SHA: d576611
Reason: push, by keithamus

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
@domfarolino
Copy link
Collaborator

(Thanks for taking care of this, and thanks @keithamus for getting to it so quickly).

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

Successfully merging this pull request may close these issues.

3 participants