1 2 3 4 5 6 7 8 9 10 11 12
package snikket; @:expose class Config { /** Produce /.well-known/ni/ paths instead of ni:/// URIs for referencing media by hash. This can be useful eg for intercepting with a Service Worker. **/ public static var relativeHashUri = false; }