Skip to content

navigator.sendBeacon() #293

@themasch

Description

@themasch

Wouldn't it make sense to make use of navigator.sendBeacon() if available? It should be possible to implement that in a few lines of code and fall back to the current way.

The Beacon standard is designed for use-cases like logging, analytics, etc. It allows to send ("small") HTTP Requests without caring about the response. It seems like a pretty lightweight way to do what raven.js needs to do.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions