Alex Nicksay

Results 12 comments of Alex Nicksay

It hasn't been on the immediate roadmap, but I agree that this would be a good enhancement. Adding new or updating exiting `` tags could be done in a way...

@rviscomi That will definitely work for updating existing tags, and is a good immediate approach for anyone needing to do this right away. (Adding/removing tags — if required — still...

@fireattack Thanks for the report. I can repo the bug, and we're looking into a fix. At this point, I think the bug is in other YouTube JS, not in...

Hi! Thanks for opening some PRs! We're absolutely interested in exploring how SPF might work for you, and we're looking forward to any improvements that result. I'll comment on the...

For link clicks, the only currently supported base value is an `href` on the target element or an ancestor: https://github.com/youtube/spfjs/blob/988b652f6f979d7445f3160a40e29094030d1be5/src/client/nav/nav.js#L176-L182 However, I think it would be a reasonable extension to...

In particular, this should describe the defaults: - `?spf=navigate` for `spf.navigate` and click requests - `?spf=navigate-back` for `history.back()` and back button requests - `?spf=navigate-forward` for `history.forward()` and forward button requests...

There isn't any code to do exactly what you're looking for yet. However, if your scroll position won't change during page updates (meaning your refreshed content takes roughly the same...

Glad to hear that it's working. `spf.load` does not trigger any events since it's meant to be used for more traditional in-page updates (e.g. "load more", etc) and therefore has...

This one is tricky, since a unsupported browser will not fail gracefully as-is if we enable blocking on CSS loading. One way to work around this would be to have...

Adding a task list: - [ ] Define markup for HTML-only transitions (aka "document" mode) #277 - [ ] Implement extraction from HTML - [ ] Test HTML-only transitions under...