Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Aug 5, 2025. It is now read-only.

use a better alternative to 'chain'#643

Open
ayub-kokabi wants to merge1 commit intosveltejs:main
base:main
Choose a base branch
Loading
fromayub-kokabi:patch-1
Open
Changes fromall commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -22,4 +22,4 @@ The full list of modifiers:
- `self` — only trigger handler if event.target is the element itself
- `trusted` — only trigger handler if `event.isTrusted` is `true`, meaning the event was triggered by a user action rather than because some JavaScript called `element.dispatchEvent(...)`

You canchain modifiers together, e.g. `on:click|once|capture={...}`.
You canuse multiple modifiers together, e.g. `on:click|once|capture={...}`.

[8]ページ先頭

©2009-2025 Movatter.jp