这是indexloc提供的服务,不要输入任何密码
Skip to content

Writing to Shared Storage via response headers #126

@fcurti

Description

@fcurti

As described here https://github.com/WICG/shared-storage#writing-to-shared-storage-via-response-headers
I'm trying to set shared storage using via response headers.

var x = new XMLHttpRequest();
x.setRequestHeader("sharedStorageWritable", "true");
and so on...

The origin send Sharedstoragewritable in the request header with value true
The response header contains the Shared-Storage-Write but nothing is written into origin shared storage.

I do not see the Sec-Shared-Storage-Writable in the request header as I would expected.

I did a test also on same domain to avoid any permissions checks issues.

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