Skip to content

Fetch photos/index.json "locally" #3

@iwittkau

Description

@iwittkau

To reduce load times, a XHR can load the photo feed directly from within the page instead of calling back to https://microgram.cleverdevil.io/.

xhr.open('GET', "/photos/index.json", true);

instead of

xhr.open('GET', "https://microgram.cleverdevil.io/", true);

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions