-
Notifications
You must be signed in to change notification settings - Fork 492
[Proposal] Add the way to set http-headers on mediaelement #1885
Copy link
Copy link
Closed
Labels
newproposalA fully fleshed out proposal describing a new feature in syntactic and semantic detailA fully fleshed out proposal describing a new feature in syntactic and semantic detail
Description
Feature name
http-headers property
Link to discussion
no
Progress tracker
- Android Implementation
- iOS Implementation
- MacCatalyst Implementation
- Windows Implementation
- Tizen Implementation
- Unit Tests
- Samples
- Documentation
Summary
set the http headers
Motivation
some http-media needs to check the request
Detailed Design
no
Usage Syntax
meidaele.source = new xxx(new uri("xxx"),new xxxx{
{"referrer","abc"},
{"user-angent","def"}
});Drawbacks
No response
Alternatives
No response
Unresolved Questions
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
newproposalA fully fleshed out proposal describing a new feature in syntactic and semantic detailA fully fleshed out proposal describing a new feature in syntactic and semantic detail